Skip to content

Commit

Permalink
changed the action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Nov 20, 2023
1 parent 633f0fb commit 204b86c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/review-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ jobs:
- 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' }}
- name: Add Merge Queue status check
uses: billyjbryant/create-status-check@v2
with:
token: ${{ steps.app_token.outputs.token }}
name: Test XYZ
sha: ${{ github.event.merge_group.head_commit.id }}
conclusion: "success"
output: |
{"summary":"completed"}
authToken: ${{secrets.GITHUB_TOKEN}}
context: 'Test run'
description: 'Passed'
state: 'success'
sha: ${{ github.event.merge_group.head_commit.id || github.sha}}

0 comments on commit 204b86c

Please sign in to comment.