mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2025-11-07 02:46:55 +00:00
Compare commits
2 commits
bc22a9db8a
...
72e579819d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72e579819d | ||
|
|
46ff2ea1be |
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
on: [ pull_request, push ]
|
||||
jobs:
|
||||
integration:
|
||||
tests:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ if ${VERBOSE:-false}; then set -x; fi
|
|||
: ${TMP_DIR:=$(mktemp -d)}
|
||||
: ${GNUPGHOME:=$TMP_DIR}
|
||||
: ${TEA_BIN:=$TMP_DIR/tea}
|
||||
: ${TEA_VERSION:=0.9.0}
|
||||
: ${TEA_VERSION:=0.10.1}
|
||||
: ${OVERRIDE:=false}
|
||||
: ${HIDE_ARCHIVE_LINK:=false}
|
||||
: ${RETRY:=1}
|
||||
|
|
|
|||
Loading…
Reference in a new issue