Skip to content

Commit

Permalink
added commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Nov 17, 2023
1 parent 81eb73d commit 633f0fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/review-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@ jobs:
with:
app_id: ${{ secrets.REVIEW_APP_ID }}
private_key: ${{ secrets.REVIEW_APP_KEY }}
- run: echo "Running with commit $ID"
env:
ID: ${{ github.event.merge_group.head_commit.id }}
- uses: LouisBrunner/checks-action@v1.6.1
if: ${{ github.event_name == 'merge_group' }}
with:
token: ${{ steps.app_token.outputs.token }}
name: Test XYZ
sha: ${{ github.event.merge_group.head_commit.id }}
conclusion: "success"
output: |
{"summary":"completed"}

0 comments on commit 633f0fb

Please sign in to comment.