ci: show diff'd files on pinback

This commit is contained in:
Damien Retzinger
2026-04-27 11:36:27 -04:00
parent 702ab13a0a
commit d4f4f9f468
+3
View File
@@ -22,6 +22,9 @@ jobs:
sed -i "s|graycoreio/github-actions-magento2/\([^@]*\)@[^ #]*|graycoreio/github-actions-magento2/\1@main|g" \
*/action.yml .github/workflows/*.yml .github/workflows/*.yaml
- name: Show changed files
run: git diff
- name: Check for local changes
id: local-changes
run: |