Skip to content

Commit

Permalink
Don't try to update PR comments outside of PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
codeincontext committed Aug 29, 2024
1 parent 3e509f6 commit 101a325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}

- uses: mcky/[email protected]
if: ${{ steps.ref_from_sha.outputs.pr_number }}
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
prNumber: ${{ steps.ref_from_sha.outputs.pr_number }}
Expand Down

0 comments on commit 101a325

Please sign in to comment.