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.
2 parents a85db42 + 5867823 commit bb5e309Copy full SHA for bb5e309
.github/workflows/frontendlint.yml
@@ -49,7 +49,7 @@ jobs:
49
if: github.event.pull_request && github.event.pull_request.head.repo.full_name == github.repository
50
id: git-check
51
run: echo ::set-output name=modified::$(git diff-index --name-only HEAD)
52
- - uses: tibdex/github-app-token@v1
+ - uses: tibdex/github-app-token@v2
53
if: github.event.pull_request && github.event.pull_request.head.repo.full_name == github.repository && steps.git-check.outputs.modified != ''
54
id: generate-token
55
with:
0 commit comments