Skip to content

Commit

Permalink
chore(deps): update thollander/actions-comment-pull-request action to…
Browse files Browse the repository at this point in the history
… v2.5.0 (#5747)
  • Loading branch information
renovate[bot] committed Feb 17, 2024
1 parent 8ed6217 commit 6f4720e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_prs_if_on_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.event.pull_request.base.ref != 'staging' #check if the target branch is not staging
steps:
- name: Send message
uses: thollander/actions-comment-pull-request@v2.4.3
uses: thollander/actions-comment-pull-request@v2.5.0
with:
GITHUB_TOKEN: ${{ secrets.CHECKIFPRISSTAGING_ACTION_PAT }}
message: |
Expand Down

0 comments on commit 6f4720e

Please sign in to comment.