some light in the tunnel
This commit is contained in:
parent
f2ed70e4cc
commit
baa2be8410
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
container:
|
||||
image: git.hswro.org/fleg/actions-experiments:latest
|
||||
steps:
|
||||
- uses: https://codeberg.org/fleg/light-actions/checkout@test7
|
||||
- uses: https://codeberg.org/fleg/light-actions/checkout@test8
|
||||
- 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@test7
|
||||
- uses: https://codeberg.org/fleg/light-actions/upload-artifact@test8
|
||||
with:
|
||||
path: test.txt
|
||||
artifact-name: test-artifact
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ runs:
|
|||
--header "Authorization: Bearer ${{ github.token }}" \
|
||||
--header 'Accept: application/json;api-version=6.0-preview' \
|
||||
--header 'Content-Type: application/json' \
|
||||
--data '{\"type\": \"actions_storage\", \"name\": \"${{ inputs.artifact-name }}\"}' \
|
||||
--data "{'type': 'actions_storage', 'name': '${{ inputs.artifact-name }}'}" \
|
||||
$ARTIFACT_BASE | tee /dev/stderr | jq --exit-status --raw-output .fileContainerResourceUrl
|
||||
)"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue