Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeal committed Feb 12, 2023
1 parent 0a851c3 commit dd543db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/post_snapshot_comment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Snapshot tests
name: Post PR comment

on:
workflow_run:
Expand All @@ -7,7 +7,7 @@ on:
- completed

jobs:
download:
post-comment:
runs-on: ubuntu-latest
steps:
- uses: haya14busa/action-workflow_run-status@v1
Expand Down Expand Up @@ -40,10 +40,10 @@ jobs:
echo "$line" >> $GITHUB_ENV
done < env
- name: 'Post PR comment'
issue: mshick/add-pr-comment@v2
uses: mshick/add-pr-comment@v2
if: github.event.workflow_run.event == 'pull_request'
with:
number: ${{ env.PR_NUMBER }}
issue: ${{ env.PR_NUMBER }}
message-id: ${{ env.GITHUB_SHA }}
message: |
**Snapshot Tests**
Expand Down

0 comments on commit dd543db

Please sign in to comment.