Skip to content

Commit aeb9878

Browse files
committed
Enable debug for dbo action
1 parent 4004554 commit aeb9878

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generic.platform_uploads.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@ jobs:
114114

115115
- name: Upload to DBO
116116
if: ${{ !cancelled() && inputs.upload_dbo == 'true' }}
117-
uses: benwoo1110/dbo-upload-action@v1
117+
uses: benwoo1110/dbo-upload-action@test
118118
with:
119+
debug: true
119120
api_token: ${{ secrets.DBO_UPLOAD_API_TOKEN }}
120121
project_id: ${{ inputs.dbo_project_id }}
121122
changelog: ${{ steps.release-artifact.outputs.body }}

0 commit comments

Comments
 (0)