Skip to content

Commit 68b4cc2

Browse files
committed
Test CI
1 parent 3889587 commit 68b4cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Detect changed files
4242
- name: Detect changed files
43-
run: echo "CHANGED_FILES=$(git diff --name-only ${{ github.event.before }}..${{ github.event.after }}) -- '*.po'" >> $GITHUB_ENV
43+
run: echo "CHANGED_FILES=$(git diff -- '*.po' --name-only ${{ github.event.before }}..${{ github.event.after }})" >> $GITHUB_ENV
4444

4545
- name: Display changed files
4646
run: echo "${CHANGED_FILES}"

0 commit comments

Comments
 (0)