Skip to content

Commit 899e1bf

Browse files
committed
test
1 parent f1df0cb commit 899e1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gametracking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
if: ${{ inputs.dumpsource2-schema-json != '' }}
173173
working-directory: ${{ github.workspace }}/dumps2_json/schemas
174174
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 }}"
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 }}"
176176

177177
- name: Dispatch sync to ValveProtobufs
178178
if: ${{ env.GH_TOKEN != '' }}

0 commit comments

Comments
 (0)