We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4004554 commit aeb9878Copy full SHA for aeb9878
.github/workflows/generic.platform_uploads.yml
@@ -114,8 +114,9 @@ jobs:
114
115
- name: Upload to DBO
116
if: ${{ !cancelled() && inputs.upload_dbo == 'true' }}
117
- uses: benwoo1110/dbo-upload-action@v1
+ uses: benwoo1110/dbo-upload-action@test
118
with:
119
+ debug: true
120
api_token: ${{ secrets.DBO_UPLOAD_API_TOKEN }}
121
project_id: ${{ inputs.dbo_project_id }}
122
changelog: ${{ steps.release-artifact.outputs.body }}
0 commit comments