Skip to content

Commit 790395b

Browse files
committed
Fix syntax in validate-global-ini.yaml to correctly reference changed files output
1 parent 8dfa9a0 commit 790395b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-global-ini.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ jobs:
107107
run: npm run build
108108

109109
- name: Validate key/value pairs
110-
run: node ./tools/ini-utils/dist/src/index.js validate --ci "$GITHUB_WORKSPACE/data/Localization/english/global.ini" "${{ needs.prepare.outputs.changed-files }}"
110+
run: node ./tools/ini-utils/dist/src/index.js validate --ci "$GITHUB_WORKSPACE/data/Localization/english/global.ini" ${{ needs.prepare.outputs.changed-files }}

0 commit comments

Comments
 (0)