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 f71f6d4 commit 840812eCopy full SHA for 840812e
.github/workflows/wiki.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Run git status
54
id: status
55
- run: echo "::set-output name=status::$(git status -s)"
+ run: echo "status=$(git status -s)" >> $GITHUB_OUTPUT
56
57
- name: Add and commit files
58
if: ${{ steps.status.outputs.status }}
0 commit comments