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 d398c5f commit fc23d50Copy full SHA for fc23d50
.github/workflows/update-dependencies.yml
@@ -176,6 +176,7 @@ jobs:
176
- name: Push branch if there are changes
177
id: push-branch
178
run: |
179
+ set -e
180
if ! git update-index --refresh; then
181
# Do a bit of post-processing on the update log to split it by platform.
182
UPDATE_LOGFILE_PROCESSED=update_log_processed.txt
0 commit comments