diff --git a/.github/workflows/github-comment-test.yaml b/.github/workflows/github-comment-test.yaml index ccf6e1c..cd3d722 100644 --- a/.github/workflows/github-comment-test.yaml +++ b/.github/workflows/github-comment-test.yaml @@ -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