We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e997b91 commit 0740094Copy full SHA for 0740094
.github/workflows/update-submodules.yml
@@ -17,7 +17,7 @@ jobs:
17
run: git submodule update --remote
18
- name: Check if submodules updated
19
id: submodules_updated
20
- run: echo "changed=$(git diff --quiet HEAD -- dfhack df-structures)" >> $GITHUB_OUTPUT
+ run: echo "changed=$(git diff --quiet HEAD -- dfhack df-structures; echo $?)" >> $GITHUB_OUTPUT
21
- name: Setup git user
22
if: ${{ steps.submodules_updated.outputs.changed == true }}
23
run: |
0 commit comments