Skip to content

Commit

Permalink
Merge pull request #73 from eltana-org/dependabot/github_actions/pete…
Browse files Browse the repository at this point in the history
…r-evans/create-or-update-comment-3.0.1

Bump peter-evans/create-or-update-comment from 3.0.0 to 3.0.1
  • Loading branch information
GrantBirki committed Jun 15, 2023
2 parents f18eb97 + cf227aa commit 8b4aa27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
# if the deployment was successful, add a 'success' comment
- name: success comment
if: ${{ steps.deploy-status.outputs.DEPLOY_STATUS != 'failure' }}
uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # pin@v3.0.0
uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b # pin@v3.0.1
with:
issue-number: ${{ github.event.issue.number }}
body: |
Expand All @@ -170,7 +170,7 @@ jobs:
# if the deployment was not successful, add a 'failure' comment
- name: failure comment
if: ${{ steps.deploy-status.outputs.DEPLOY_STATUS == 'failure' }}
uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # pin@v3.0.0
uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b # pin@v3.0.1
with:
issue-number: ${{ github.event.issue.number }}
body: |
Expand Down

0 comments on commit 8b4aa27

Please sign in to comment.