mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2025-11-13 13:43:46 +00:00
Compare commits
No commits in common. "fc0488c944626f9265d87fbc4dd6c08f78014c63" and "46ff2ea1be83bdcd9467f41d9ee2336396d422a7" have entirely different histories.
fc0488c944
...
46ff2ea1be
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- id: forgejo
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v3.0.3
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v3.0.2
|
||||
with:
|
||||
user: testuser
|
||||
password: admin1234
|
||||
|
|
|
|||
|
|
@ -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.10.1}
|
||||
: ${TEA_VERSION:=0.9.0}
|
||||
: ${OVERRIDE:=false}
|
||||
: ${HIDE_ARCHIVE_LINK:=false}
|
||||
: ${RETRY:=1}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- id: forgejo
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v3.0.3
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v3.0.2
|
||||
with:
|
||||
user: testuser
|
||||
password: admin1234
|
||||
|
|
|
|||
Loading…
Reference in a new issue