Skip to content

Commit

Permalink
Merge pull request #4274 from learningequality/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/tibdex/github-app-token-2

Bump tibdex/github-app-token from 1 to 2
  • Loading branch information
rtibbles authored Oct 20, 2023
2 parents a85db42 + 5867823 commit bb5e309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontendlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: github.event.pull_request && github.event.pull_request.head.repo.full_name == github.repository
id: git-check
run: echo ::set-output name=modified::$(git diff-index --name-only HEAD)
- uses: tibdex/github-app-token@v1
- uses: tibdex/github-app-token@v2
if: github.event.pull_request && github.event.pull_request.head.repo.full_name == github.repository && steps.git-check.outputs.modified != ''
id: generate-token
with:
Expand Down

0 comments on commit bb5e309

Please sign in to comment.