Fix syntax error (#3861)

This commit is contained in:
Chris Estreich 2025-05-22 12:47:06 -07:00 committed by GitHub
parent 57a6ab1a85
commit 61eaf84eac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ jobs:
github.event_name == 'workflow_dispatch'
steps:
- name: Checkout code
- uses: actions/checkout@v4
uses: actions/checkout@v4
with:
ref: ${{ env.GIT_REF }}
- name: Install pnpm