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 36b9085 commit a5b822aCopy full SHA for a5b822a
.github/workflows/integration-tests.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: git status
47
id: git_status
48
run: |
49
- echo "::set-output name=status::$( git status --porcelain )"
+ echo "status=$( git status --porcelain )" >> $GITHUB_OUTPUT
50
- name: Exit if files modified
51
52
echo "Files have been modified during the build process:"
0 commit comments