Skip to content

Commit 258390d

Browse files
committed
Update wiki action
1 parent 7435134 commit 258390d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Run Git Status
5353
id: status
54-
run: echo "status='$(git status -s | base64 -w 0)'" >> $GITHUB_OUTPUT
54+
run: echo "status='$(git status -s)'" >> $GITHUB_OUTPUT
5555

5656
- name: Add and commit files
5757
if: ${{ steps.status.outputs.status }}

0 commit comments

Comments
 (0)