Skip to content

Commit

Permalink
markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mcascone committed Aug 15, 2024
1 parent ec781ee commit 547d676
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/configtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
- name: read
run: |
echo 'config:' >> $GITHUB_STEP_SUMMARY
echo "'''" >> $GITHUB_STEP_SUMMARY
cat config.json >> $GITHUB_STEP_SUMMARY
echo "'''" >> $GITHUB_STEP_SUMMARY
update:
name: Update
Expand All @@ -78,4 +80,7 @@ jobs:

- name: get the config outputs
run: |
echo "config: '${{ needs.read.outputs.config }}'" >> $GITHUB_STEP_SUMMARY
echo "config: '${{ needs.read.outputs.config }}'" >> $GITHUB_STEP_SUMMARY
# See here for deleting artifacts: https://github.com/actions/upload-artifact/issues/550

0 comments on commit 547d676

Please sign in to comment.