File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 != '' }}
You can’t perform that action at this time.
0 commit comments