Skip to content

Commit 0e17b71

Browse files
committed
Fix parameter.
1 parent fc23d50 commit 0e17b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

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

0 commit comments

Comments
 (0)