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 843635f commit 09a52d0Copy full SHA for 09a52d0
.github/workflows/wrap.yml
@@ -41,6 +41,8 @@ jobs:
41
# Detect changed files
42
- name: Detect changed files
43
run: echo "CHANGED_FILES=$(git diff --name-only ${{ github.event.before }}..${{ github.event.after }}) -- $(find . -name *.po)" >> $GITHUB_ENV
44
+
45
+ - name: Display changed files
46
run: echo "${CHANGED_FILES}"
47
# # Wrap changed files
48
# - name: Wrap
0 commit comments