Skip to content

Commit a4b36af

Browse files
committed
Update action.yml
1 parent cf1b60d commit a4b36af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/sync-uv/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
shell: bash
3232
id: groups
3333
run: |
34-
set -x
34+
set +e
3535
args=""
3636
if [ -n "${{ inputs.groups }}" ]; then
3737
IFS=',' read -ra GROUPS <<< "${{ inputs.groups }}"
@@ -48,7 +48,7 @@ runs:
4848
shell: bash
4949
id: extras
5050
run: |
51-
set -x
51+
set +e
5252
args=""
5353
if [ -n "${{ inputs.extras }}" ]; then
5454
IFS=',' read -ra EXTRAS <<< "${{ inputs.extras }}"

0 commit comments

Comments
 (0)