Skip to content

Commit 840812e

Browse files
committed
Update wiki
1 parent f71f6d4 commit 840812e

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
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Run git status
5454
id: status
55-
run: echo "::set-output name=status::$(git status -s)"
55+
run: echo "status=$(git status -s)" >> $GITHUB_OUTPUT
5656

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

0 commit comments

Comments
 (0)