Skip to content

Commit

Permalink
Make another commit without force pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielle-casella-adams committed Mar 22, 2024
1 parent 15678a7 commit c973cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-review-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
github.rest.repos.createCommitStatus({
owner: '${{ env.ACTION_ORG }}',
repo: '${{ env.ACTION_NAME }}',
sha: '${{ github.event.pull_request.head.sha }}}',
sha: '${{ github.event.pull_request.head.sha }}',
context: '${{ env.COMMIT_STATUS_CONTEXT }}',
state: isFork ? 'error' : 'pending',
description: isFork ? 'Forks do not have permission to kick off external tests' : 'The external tests have been kicked off'
Expand Down

0 comments on commit c973cdc

Please sign in to comment.