Skip to content

Commit 5818dc9

Browse files
committed
Revert "fix: Try alternative approach to get normfn help"
This reverts commit 3bdd1e1.
1 parent e753758 commit 5818dc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-readme.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Get help
14+
uses: mathiasvr/command-output@v2.0.0
1415
id: vars
15-
run: |
16-
./normfn --help >> $GITHUB_OUTPUT
16+
with:
17+
run: ./normfn --help
1718
- name: Update file
1819
uses: wow-actions/update-file@v1
1920
with:

0 commit comments

Comments
 (0)