We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160b72f commit 558d4caCopy full SHA for 558d4ca
1 file changed
.github/workflows/i18n-consistency-checker.yaml
@@ -80,6 +80,7 @@ jobs:
80
fi
81
done
82
- name: Create Issue
83
+ if: ${{ <expression> }}
84
run: |
85
# Declare the flags
86
declare -A flags=(
0 commit comments