Skip to content

Commit

Permalink
add wait action
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 committed Jul 20, 2023
1 parent 247e200 commit 540fe25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
uses: peter-evans/create-or-update-comment@v1
if: ${{ always() }}
with:
issue-number: ${{ needs.e2e_apply_test.outputs.issue_number }}
issue-number: ${{ github.event.number }}
comment-author: 'github-actions[bot]'
repository: ${{ github.repository }}
body: |
AUTO COMMIT: ${{ github.workflow }}: ${{ needs.e2e_apply_test.conclusion == 'failure' && 'Failure' || 'Success' }} [Action link](${{ needs.e2e_apply_test.outputs.action_link }})
AUTO COMMIT: ${{ github.workflow }}: ${{ needs.e2e_apply_test.conclusion == 'failure' && 'Failure' || 'Success' }} [Action link](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
token: "${{ secrets.GH_PAT }}"

0 comments on commit 540fe25

Please sign in to comment.