test github...

This commit is contained in:
Chl 2024-08-30 02:00:36 +02:00
parent 5be7ece8a0
commit 3738fb9644

View file

@ -39,7 +39,7 @@ runs:
# Compress the input paths into a zip archive # Compress the input paths into a zip archive
# (note: busybox' mktemp doesn't have the --suffix option) # (note: busybox' mktemp doesn't have the --suffix option)
MYUPLOAD="$( mktemp -u ).zip" MYUPLOAD="$( mktemp -u ).zip"
if [ "${{ inputs.compression }}" == "true" ]; then if [ "${{ inputs.compression }}" = "true" ]; then
# inputs.path can be a list of files (with wildcards and spaces) and # inputs.path can be a list of files (with wildcards and spaces) and
# the shell's command substitution + field splitting + pathname # the shell's command substitution + field splitting + pathname
# expansion gives a behaviour pretty close to the original Github's # expansion gives a behaviour pretty close to the original Github's
@ -55,6 +55,7 @@ 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...)
printenv
# 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