Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit 2c8fcdf

Browse files
authored
Return 1 if the last output value was either false or null (#194)
* Return 1 if the last output value was either false or null
1 parent 3c3ea96 commit 2c8fcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Fetch release version
1414
run: |
1515
curl -sL https://api.github.com/repos/structurizr/cli/releases/latest | \
16-
jq -r ".tag_name" > structurizr-cli-latest.txt
16+
jq -e -r ".tag_name" > structurizr-cli-latest.txt
1717
1818
- name: Check for modified files
1919
id: git-check

0 commit comments

Comments
 (0)