mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
github/submodule-update: Ensure exit 0
on the update check
I *think* the `exit 0` is to ensure the 'Check for changes' isn't considered failed due to `git` exit code.
This commit is contained in:
parent
3e0da4b537
commit
859fe81d71
2
.github/workflows/submodule-update.yml
vendored
2
.github/workflows/submodule-update.yml
vendored
@ -39,8 +39,8 @@ jobs:
|
||||
echo '::set-output changes=true'
|
||||
else
|
||||
echo '::set-output changes=false'
|
||||
exit 0
|
||||
fi
|
||||
exit 0
|
||||
|
||||
- name: Create submodules changes branch
|
||||
if: steps.check_for_changes.outputs.changes == 'true'
|
||||
|
Loading…
x
Reference in New Issue
Block a user