Skip to content

Commit

Permalink
Update wr-pr-instructions.yml (#4847)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Jun 19, 2023
1 parent 28c2790 commit a79f9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wr-pr-instructions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
const artifactJSON = JSON.parse(artifact);
return artifactJSON
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Create the message to post
- name: Post Comment
uses: actions/github-script@v4
Expand All @@ -60,4 +60,4 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- name: Failed Run
run: echo "The previous GitHub Action failed. Please check the logs for the previous action."
run: echo "The previous GitHub Action failed. Please check the logs for the previous action."

0 comments on commit a79f9be

Please sign in to comment.