We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b78ef8 commit 7d5e6a2Copy full SHA for 7d5e6a2
1 file changed
.github/workflows/pr_approval_check.yml
@@ -47,7 +47,7 @@ jobs:
47
48
steps:
49
# See the comment at the top of this file for why we have to do this name dance.
50
- - name: ${{ context.eventName == "merge_group" && "PR approval check" || "Evaluate approval status" }}
+ - name: ${{ github.event_name == 'merge_group' && 'PR approval check' || 'Evaluate approval status' }}
51
uses: actions/github-script@v7
52
with:
53
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments