Skip to content

Commit

Permalink
Add env
Browse files Browse the repository at this point in the history
  • Loading branch information
yknz committed Aug 26, 2024
1 parent 4193730 commit e75997d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@ jobs:
jq < ${GITHUB_EVENT_PATH} -r .client_payload.message2 >> cmd.txt
cat cmd.txt
rm cmd.txt
echo "${{ github.event.client_payload.message }}"
echo "${{ github.event.client_payload.message2 }}"
- name: Echo Message
run: |
echo "${message}"
echo "${message2}"
env:
message: ${{ github.event.client_payload.message }}
message2: ${{ github.event.client_payload.message2 }}

0 comments on commit e75997d

Please sign in to comment.