Skip to content

Commit c57eb37

Browse files
committed
chore: Add "set -eux" to a step in pull-localization.yml
1 parent f662dfe commit c57eb37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-localization.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
if: steps.commit.outputs.has_diff == 'true'
7272
shell: bash
7373
run: |
74+
set -eux
75+
7476
REMOTE_SHA=$(git ls-remote --heads origin ${{ env.HEAD_BRANCH }})
7577
if [ -n "${REMOTE_SHA}" ]
7678
then

0 commit comments

Comments
 (0)