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 fee693e commit ec43fcdCopy full SHA for ec43fcd
.github/workflows/auto-spotless-apply.yml
@@ -49,7 +49,7 @@ jobs:
49
}}
50
GH_TOKEN: ${{ github.token }}
51
run: |
52
- gh pr view "${PR_BRANCH}" --json 'number' --jq '"pr-number=\(.number)' >> $GITHUB_OUTPUT
+ gh pr view "${PR_BRANCH}" --json 'number' --jq 'pr-number=\(.number)' >> $GITHUB_OUTPUT
53
54
- name: Check out PR branch
55
if: steps.unzip-patch.outputs.exists == 'true'
0 commit comments