Skip to content

Commit

Permalink
double
Browse files Browse the repository at this point in the history
  • Loading branch information
mcascone committed Aug 15, 2024
1 parent c6b8632 commit f774f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/configtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:

- name: read
run: |
echo 'config=$(cat config.json)'
echo 'config=$(cat config.json)' >> $GITHUB_OUTPUT
echo "config=$(cat config.json)" >> $GITHUB_STEP_SUMMARY
echo "config=$(cat config.json)" >> $GITHUB_OUTPUT
update:
name: Update
Expand All @@ -78,4 +78,4 @@ jobs:

- name: get the config outputs
run: |
echo 'config: ${{ needs.read.outputs.config }}'
echo "config: ${{ needs.read.outputs.config }}" >> $GITHUB_STEP_SUMMARY

0 comments on commit f774f8c

Please sign in to comment.