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 73cb680 commit 9c48126Copy full SHA for 9c48126
.github/workflows/createUML.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Check for DrawIO files
27
run: |
28
- if [ -z "$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep '^UML/.*\.drawio$')" ]; then
+ if [ -z "$(git diff --diff-filter=MA --name-only ${{ github.event.before }} ${{ github.sha }} | grep '^UML/.*\.drawio$')" ]; then
29
echo "No .drawio files found. Exiting with success."
30
exit 0
31
fi
0 commit comments