We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8c3b3 commit 8918b41Copy full SHA for 8918b41
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
with:
24
- ref: ${{ github.event.inputs.ref }}
+ ref: ${{ inputs.ref }}
25
26
- uses: pnpm/action-setup@v3
27
0 commit comments