We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1df0cb commit 899e1bfCopy full SHA for 899e1bf
1 file changed
.github/workflows/gametracking.yml
@@ -172,7 +172,7 @@ jobs:
172
if: ${{ inputs.dumpsource2-schema-json != '' }}
173
working-directory: ${{ github.workspace }}/dumps2_json/schemas
174
shell: bash
175
- run: ${{ github.workspace }}/tools/push_schema_json.sh "${{ inputs.dumpsource2-schema-json }}" "${{ github.workspace }}/tracked_game" "https://github.com/${{ github.repository }}/commit/${{ steps.set-status.outputs.sha }}"
+ run: "${{ github.workspace }}/tools/push_schema_json.sh" "${{ inputs.dumpsource2-schema-json }}" "${{ github.workspace }}/tracked_game" "https://github.com/${{ github.repository }}/commit/${{ steps.set-status.outputs.sha }}"
176
177
- name: Dispatch sync to ValveProtobufs
178
if: ${{ env.GH_TOKEN != '' }}
0 commit comments