We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6090ee1 commit 5ef0974Copy full SHA for 5ef0974
.github/workflows/pr-checks.yml
@@ -148,12 +148,12 @@ jobs:
148
- name: Check for changes in english xlf files
149
run: |
150
cd pr
151
- if git diff --quiet --exit-code ./src/localization/xliff/vscode-mssql.xlf; then
152
- echo "Changes found in english xlf files"
153
- echo "loc_update_required=true" >> $GITHUB_ENV
154
- else
+ if git diff --quiet --exit-code ./localization/xliff/vscode-mssql.xlf; then
155
echo "Changes not found in english xlf files"
156
echo "loc_update_required=false" >> $GITHUB_ENV
+ else
+ echo "Changes found in english xlf files"
+ echo "loc_update_required=true" >> $GITHUB_ENV
157
fi
158
159
- name: Find comment
0 commit comments