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