Skip to content

Commit

Permalink
Add mask
Browse files Browse the repository at this point in the history
  • Loading branch information
yknz committed Aug 26, 2024
1 parent 132508f commit 591ddbb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Echo Message
run: jq < ${GITHUB_EVENT_PATH}
run: |
jq < ${GITHUB_EVENT_PATH} -r .client_payload.message >> cmd.txt
cat cmd.txt
rm cmd.txt
echo ${{ github.event.client_payload.message }}

0 comments on commit 591ddbb

Please sign in to comment.