Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mcascone committed Aug 15, 2024
1 parent 629c70b commit c6b8632
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/configtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
name: config

- name: read
run: echo 'config=$(cat config.json)' >> $GITHUB_OUTPUT
run: |
echo 'config=$(cat config.json)'
echo 'config=$(cat config.json)' >> $GITHUB_OUTPUT
update:
name: Update
Expand Down

0 comments on commit c6b8632

Please sign in to comment.