We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908c735 commit 1e89a57Copy full SHA for 1e89a57
.github/workflows/wiki.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Run Git Status
53
id: status
54
- run: echo "status=$(git status -s)" >> $GITHUB_OUTPUT
+ run: echo "status='$(git status -s | base64 -w 0)'" >> $GITHUB_OUTPUT
55
56
- name: Add and commit files
57
if: ${{ steps.status.outputs.status }}
0 commit comments