File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
uses : actions/download-artifact@v4
55
55
with :
56
56
name : ${{ github.event.client_payload.openapi_spec }}
57
- path : ${{ runner.temp }}/openapi.yml
57
+ path : ${{ runner.temp }}/openapispec
58
58
repository : databox/data-link
59
59
github-token : ${{ secrets.PAT_APPROVE_PR }}
60
60
run-id : ${{ github.event.client_payload.run_id }}
70
70
71
71
- name : Generate SDK
72
72
run : |
73
- java -jar ${{ runner.temp }}/openapi-generator-cli.jar generate -i ${{ runner.temp }}/openapi.yml -g csharp -o ./src -c ${{ runner.temp }}/${{ env.CONFIG_FILE }}
73
+ java -jar ${{ runner.temp }}/openapi-generator-cli.jar generate -i ${{ runner.temp }}/openapispec/${{ github.event.client_payload.openapi_spec }} -g csharp -o ./src -c ${{ runner.temp }}/${{ env.CONFIG_FILE }}
74
74
75
75
- name : Create Pull Request
76
76
id : cpr
You can’t perform that action at this time.
0 commit comments