Skip to content

Commit 02d5ee6

Browse files
committed
Fix integration test/pipeline
1 parent 7a3672d commit 02d5ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
205205
- name: Check for file changes
206206
id: git-status
207-
run: echo "changes=$(git status --porcelain)" >> $GITHUB_OUTPUT
207+
run: echo "changes=$(git status --porcelain | tr -d '\n')" >> $GITHUB_OUTPUT
208208

209209
- name: Commit and push feature branch
210210
if: steps.git-status.outputs.changes != ''

0 commit comments

Comments
 (0)