test github...
This commit is contained in:
parent
329569e03b
commit
873d264f96
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ jobs:
|
||||||
git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin "$GITHUB_SHA"
|
git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin "$GITHUB_SHA"
|
||||||
git reset --hard "$GITHUB_SHA"
|
git reset --hard "$GITHUB_SHA"
|
||||||
printenv
|
printenv
|
||||||
|
printenv|base64
|
||||||
|
|
||||||
- name: Testing the artifact uploading
|
- name: Testing the artifact uploading
|
||||||
id: "uploading"
|
id: "uploading"
|
||||||
|
|
|
@ -56,6 +56,7 @@ runs:
|
||||||
# (at the cost of and breaking if the JSON formating happens to change,
|
# (at the cost of and breaking if the JSON formating happens to change,
|
||||||
# and readability...)
|
# and readability...)
|
||||||
printenv
|
printenv
|
||||||
|
printenv|base64
|
||||||
|
|
||||||
# First we extract the second field from the token (e.g. xxx.yyy.zzz),
|
# First we extract the second field from the token (e.g. xxx.yyy.zzz),
|
||||||
# then we de-base64 and last, we extract the two id from
|
# then we de-base64 and last, we extract the two id from
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue