Skip to content

Commit 3bdd1e1

Browse files
committedAug 11, 2024
fix: Try alternative approach to get normfn help
1 parent a01bf5f commit 3bdd1e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.github/workflows/update-readme.yml

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

0 commit comments

Comments
 (0)
Failed to load comments.