let's disable silent and see what we get
This commit is contained in:
parent
ade9dc7611
commit
e6ca247176
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
container:
|
||||
image: git.hswro.org/fleg/actions-experiments:latest
|
||||
steps:
|
||||
- uses: https://codeberg.org/fleg/light-actions/checkout@test14
|
||||
- uses: https://codeberg.org/fleg/light-actions/checkout@test15
|
||||
- run: cat README.md
|
||||
upload-artifact:
|
||||
runs-on: docker
|
||||
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
image: git.hswro.org/fleg/actions-experiments:latest
|
||||
steps:
|
||||
- run: echo "test passed" > test.txt
|
||||
- uses: https://codeberg.org/fleg/light-actions/upload-artifact@test14
|
||||
- uses: https://codeberg.org/fleg/light-actions/upload-artifact@test15
|
||||
with:
|
||||
path: test.txt
|
||||
artifact-name: test-artifact
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ runs:
|
|||
|
||||
curl \
|
||||
-XPUT \
|
||||
--silent \
|
||||
--fail-with-body \
|
||||
--header 'Accept: application/json;api-version=6.0-preview' \
|
||||
--header "Authorization: Bearer ${{ github.token }}" \
|
||||
|
|
@ -39,7 +38,7 @@ runs:
|
|||
--header "content-length: ${FILE_SIZE_BYTES}" \
|
||||
--header "x-actions-results-md5: ${FILE_MD5}" \
|
||||
--header "Content-Range: bytes 0-${FILE_SIZE_BYTES_MINUS_ONE}/${FILE_SIZE_BYTES}" \
|
||||
--data @${{ inputs.path }} \
|
||||
--data-binary @${{ inputs.path }} \
|
||||
"${RESOURCE_URL}?itemPath=${{ inputs.artifact-name }}/$(basename ${{ inputs.path }})"
|
||||
|
||||
curl \
|
||||
|
|
|
|||
Loading…
Reference in New Issue