fix: set default value
Some checks are pending
/ integration (push) Waiting to run
/ tests (push) Waiting to run

This commit is contained in:
Michael Kriese 2026-01-21 17:39:13 +01:00
parent ecdcd79de6
commit d6c02a4e5d
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -18,6 +18,7 @@ if ${VERBOSE:-false}; then set -x; fi
: ${HIDE_ARCHIVE_LINK:=false} : ${HIDE_ARCHIVE_LINK:=false}
: ${RETRY:=1} : ${RETRY:=1}
: ${DELAY:=10} : ${DELAY:=10}
: ${SKIP_ASSETS:=false}
RELEASE_NOTES_ASSISTANT_VERSION=v1.5.1 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant registryUrl=https://code.forgejo.org RELEASE_NOTES_ASSISTANT_VERSION=v1.5.1 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant registryUrl=https://code.forgejo.org