5
0
Fork 0
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.

3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- id: forgejo - 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: with:
user: testuser user: testuser
password: admin1234 password: admin1234

View file

@ -13,7 +13,7 @@ if ${VERBOSE:-false}; then set -x; fi
: ${TMP_DIR:=$(mktemp -d)} : ${TMP_DIR:=$(mktemp -d)}
: ${GNUPGHOME:=$TMP_DIR} : ${GNUPGHOME:=$TMP_DIR}
: ${TEA_BIN:=$TMP_DIR/tea} : ${TEA_BIN:=$TMP_DIR/tea}
: ${TEA_VERSION:=0.10.1} : ${TEA_VERSION:=0.9.0}
: ${OVERRIDE:=false} : ${OVERRIDE:=false}
: ${HIDE_ARCHIVE_LINK:=false} : ${HIDE_ARCHIVE_LINK:=false}
: ${RETRY:=1} : ${RETRY:=1}

View file

@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- id: forgejo - 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: with:
user: testuser user: testuser
password: admin1234 password: admin1234