Skip to content

Commit 3d3751c

Browse files
committed
chore: remove newline
1 parent ba6cbb9 commit 3d3751c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/upgrade-services.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131

3232
- name: Check if changes detected
3333
id: diff
34-
run: |
35-
echo "changes=$(git diff --exit-code > /dev/null || echo $?)\n" >> $GITHUB_OUTPUT
36-
cat $GITHUB_OUTPUT
34+
run: echo "changes=$(git diff --exit-code > /dev/null || echo $?)" >> $GITHUB_OUTPUT
3735

3836
- name: Debug
3937
if: ${{ steps.diff.outputs.changes == '1' }}

0 commit comments

Comments
 (0)