We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3889587 commit 68b4cc2Copy full SHA for 68b4cc2
.github/workflows/wrap.yml
@@ -40,7 +40,7 @@ jobs:
40
41
# Detect changed files
42
- name: Detect changed files
43
- run: echo "CHANGED_FILES=$(git diff --name-only ${{ github.event.before }}..${{ github.event.after }}) -- '*.po'" >> $GITHUB_ENV
+ run: echo "CHANGED_FILES=$(git diff -- '*.po' --name-only ${{ github.event.before }}..${{ github.event.after }})" >> $GITHUB_ENV
44
45
- name: Display changed files
46
run: echo "${CHANGED_FILES}"
0 commit comments