Skip to content

Commit fc23d50

Browse files
committed
Add more verbosity.
1 parent d398c5f commit fc23d50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ jobs:
176176
- name: Push branch if there are changes
177177
id: push-branch
178178
run: |
179+
set -e
179180
if ! git update-index --refresh; then
180181
# Do a bit of post-processing on the update log to split it by platform.
181182
UPDATE_LOGFILE_PROCESSED=update_log_processed.txt

0 commit comments

Comments
 (0)