Skip to content

Commit

Permalink
fix: Try syntax #2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferrier committed Nov 25, 2023
1 parent 1b3c7ab commit 20b84c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get help
id: vars
run: echo 'content="$(./normfn --help)"' >> $GITHUB_OUTPUT
run: echo "content='$(./normfn --help)'" >> $GITHUB_OUTPUT
- name: Update file
uses: wow-actions/update-file@v1
with:
Expand Down

0 comments on commit 20b84c3

Please sign in to comment.