-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fixed the not properly working upload by fixing the API error within the implementation. We falsely used the same API for groups and projects, which is of course wrong. Furthermore for uploading we should be only allowed to use the projects endpoint. Besides those improvements we also added better logging and extracted some logic.
- Loading branch information
Showing
9 changed files
with
212 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,5 +27,7 @@ jobs: | |
|
||
- name: Build | ||
uses: eskatos/[email protected] | ||
with: | ||
arguments: build | ||
env: | ||
TEST_UPLOAD_TOKEN: ${{secrets.TEST_UPLOAD_TOKEN}} | ||
with: | ||
arguments: build -i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<tests/> |
Oops, something went wrong.