Skip to content

Commit

Permalink
fix: Handling of GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferrier committed Nov 25, 2023
1 parent 85d77ca commit 4a877a2
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)"
run: echo "content=$(./normfn --help)" >> $GITHUB_OUTPUT
- name: Update file
uses: wow-actions/update-file@v1
with:
Expand Down

0 comments on commit 4a877a2

Please sign in to comment.