Skip to content

Commit 558d4ca

Browse files
committed
Add example of where we might test for the existence of the issue.md file
1 parent 160b72f commit 558d4ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/i18n-consistency-checker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
fi
8181
done
8282
- name: Create Issue
83+
if: ${{ <expression> }}
8384
run: |
8485
# Declare the flags
8586
declare -A flags=(

0 commit comments

Comments
 (0)