Skip to content

Commit

Permalink
🐛 fix: ci-cd multiline echo (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricksu978 authored Oct 8, 2023
1 parent a7e36b4 commit 8810599
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:

# Dump GitHub Context
- name: Dump GitHub Context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: |
echo '```' >> $GITHUB_STEP_SUMMARY
echo '${{ toJSON(github) }}' >> $GITHUB_STEP_SUMMARY
echo "$GITHUB_CONTEXT" >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
# Publish Artifact
Expand Down

0 comments on commit 8810599

Please sign in to comment.