test github...
This commit is contained in:
parent
da2545fd6c
commit
1c31d15a7d
3 changed files with 7 additions and 9 deletions
|
@ -29,9 +29,6 @@ jobs:
|
|||
git config --local gc.auto 0
|
||||
git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin "$GITHUB_SHA"
|
||||
git reset --hard "$GITHUB_SHA"
|
||||
echo "$GITHUB_TOKEN" | base64
|
||||
echo "$ACTIONS_RUNTIME_TOKEN" | base64
|
||||
printenv|gzip|base64
|
||||
|
||||
- name: Testing the artifact uploading
|
||||
id: "uploading"
|
||||
|
@ -49,7 +46,7 @@ jobs:
|
|||
|
||||
- name: Check the content of the uploaded artifact
|
||||
run: |
|
||||
# Stop at first error and be verbose
|
||||
# Stop at first error and be verbose
|
||||
set -ex
|
||||
|
||||
# Create some temporary files/directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue