Skip to content

Commit

Permalink
test19
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeDTomita committed Jun 16, 2024
1 parent 8afeb45 commit f528c46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-comment-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
aqua_version: v2.29.0

- run: github-comment post -k hello --token ${{ secrets.TOKEN }}
# - name: exit=0 then no comment
# run: github-comment -- exec ls
# - name: exit!=0 then comment
# run: github-comment -- exec ls /not_exist
- name: exit=0 then no comment
run: github-comment exec --token ${{ secrets.TOKEN }} -- ls
- name: exit!=0 then comment
run: github-comment exec --token ${{ secrets.TOKEN }} -- ls /not_exist

0 comments on commit f528c46

Please sign in to comment.