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 6ca9b69 commit a2acee2Copy full SHA for a2acee2
.github/workflows/auto-spotless-apply.yml
@@ -68,7 +68,7 @@ jobs:
68
}}
69
GH_TOKEN: ${{ github.token }}
70
run: |
71
- number=$(gh pr view --repo "${{ github.event.workflow_run.repository }}" "${PR_BRANCH}" --json number --jq .number)
+ number=$(gh pr view --repo "${{ github.event.workflow_run.repository.full_name }}" "${PR_BRANCH}" --json number --jq .number)
72
echo "number=$number" >> $GITHUB_OUTPUT
73
74
- if: steps.unzip-patch.outputs.exists == 'true' && success()
0 commit comments