Skip to content

Commit

Permalink
label instead
Browse files Browse the repository at this point in the history
  • Loading branch information
larf311 committed May 15, 2024
1 parent fab9524 commit c3fb320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Check if label is "test-ring-1"
if: ${{ github.event.label.name == 'test-ring-1' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Label is test-ring-1, commenting and removing label..."
# Comment "hello world"
Expand Down

0 comments on commit c3fb320

Please sign in to comment.