test github...

This commit is contained in:
Chl 2024-08-30 02:48:59 +02:00
parent 754e09e0ee
commit da2545fd6c
2 changed files with 4 additions and 0 deletions

View file

@ -36,6 +36,9 @@ runs:
# Some optional help for debugging.
set -ex
# Compatibility layer Forgejo/Gitea vs Github
test -z "$GITHUB_TOKEN" && GITHUB_TOKEN="${{ github.token }}"
# Compress the input paths into a zip archive
# (note: busybox' mktemp doesn't have the --suffix option)
MYUPLOAD="$( mktemp -u ).zip"