Skip to content

Commit 7e3e6d1

Browse files
committed
ci: fix yaml syntax in upstream check workflow
1 parent bbcfb5f commit 7e3e6d1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/check-upstream.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,5 @@ jobs:
151151
152152
- name: No update
153153
if: steps.etag.outputs.changed != 'true'
154-
run: echo "Upstream DMG unchanged (ETag: ${{ steps.etag.outputs.etag }})"
154+
run: |
155+
echo "Upstream DMG unchanged (ETag: ${{ steps.etag.outputs.etag }})"

0 commit comments

Comments
 (0)