Update thollander/actions-comment-pull-request action to v2.3.0

This commit is contained in:
Peter 2023-01-04 18:54:19 +01:00
parent 48a13255f3
commit c601eca25d
No known key found for this signature in database
GPG Key ID: A40EE5665510C9D5

View File

@ -10,7 +10,7 @@ jobs:
if: github.event.pull_request.base.ref != 'staging' #check if the target branch is not staging if: github.event.pull_request.base.ref != 'staging' #check if the target branch is not staging
steps: steps:
- name: Send message - name: Send message
uses: thollander/actions-comment-pull-request@main uses: thollander/actions-comment-pull-request@v2.3.0
with: with:
GITHUB_TOKEN: ${{ secrets.CHECKIFPRISSTAGING_ACTION_PAT }} GITHUB_TOKEN: ${{ secrets.CHECKIFPRISSTAGING_ACTION_PAT }}
message: | message: |