Skip to content

Commit a5b822a

Browse files
committed
remove deprecated set-output
1 parent 36b9085 commit a5b822a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: git status
4747
id: git_status
4848
run: |
49-
echo "::set-output name=status::$( git status --porcelain )"
49+
echo "status=$( git status --porcelain )" >> $GITHUB_OUTPUT
5050
- name: Exit if files modified
5151
run: |
5252
echo "Files have been modified during the build process:"

0 commit comments

Comments
 (0)