Skip to content

Commit ba6cbb9

Browse files
committed
chore: test pipeline
1 parent 6762a85 commit ba6cbb9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .github/workflows/upgrade-services.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
release:
9+
upgrade:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
@@ -31,7 +31,9 @@ jobs:
3131

3232
- name: Check if changes detected
3333
id: diff
34-
run: echo "changes=$(git diff --exit-code > /dev/null || echo $?)\n" >> $GITHUB_OUTPUT
34+
run: |
35+
echo "changes=$(git diff --exit-code > /dev/null || echo $?)\n" >> $GITHUB_OUTPUT
36+
cat $GITHUB_OUTPUT
3537
3638
- name: Debug
3739
if: ${{ steps.diff.outputs.changes == '1' }}

0 commit comments

Comments
 (0)