Skip to content

Commit

Permalink
Update pr-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 authored Oct 21, 2024
1 parent 4eb8430 commit db256e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: "Should pr command run?"
id: should-run
uses: siteimprove/pr-command/check-run/check@v2.4
uses: siteimprove/pr-command/check-run/check@v2.5
with:
# Personal access token (PAT) used to fetch the repository and add reaction on comment.
token: ${{ secrets.A11Y_PUBLIC_GITHUB_TOKEN }}
Expand All @@ -35,7 +35,7 @@ jobs:
run: yarn install --immutable

- name: "React to command"
uses: siteimprove/pr-command/check-run/run@v2.4
uses: siteimprove/pr-command/check-run/run@v2.5
with:
# Personal access token (PAT) used to fetch the repository and add reaction on comment.
token: ${{ secrets.A11Y_PUBLIC_GITHUB_TOKEN }}

0 comments on commit db256e7

Please sign in to comment.