mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-09-10 10:06:16 +00:00
Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
|
fc0488c944 | ||
|
9a973e0903 | ||
|
46ff2ea1be | ||
|
9223b9c0d5 | ||
|
9f05f9811a |
5 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
- id: forgejo
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v3.0.1
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v3.0.3
|
||||
with:
|
||||
user: testuser
|
||||
password: admin1234
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
on: [ pull_request, push ]
|
||||
jobs:
|
||||
integration:
|
||||
tests:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -9,4 +9,4 @@ jobs:
|
|||
run: |
|
||||
testdata/forgejo-release-test.sh test_system_tea_bin
|
||||
testdata/forgejo-release-test.sh test_download_tea_bin
|
||||
testdata/forgejo-release-test.sh test_maybe_sign_release
|
||||
testdata/forgejo-release-test.sh test_maybe_sign_release
|
||||
|
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/forgejo-release@v2.7.1
|
||||
- uses: actions/forgejo-release@v2.7.2
|
||||
with:
|
||||
direction: upload
|
||||
url: https://my-forgejo-instance.net
|
||||
|
@ -63,7 +63,7 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/forgejo-release@v2.7.1
|
||||
- uses: actions/forgejo-release@v2.7.2
|
||||
with:
|
||||
direction: download
|
||||
url: https://my-forgejo-instance.net
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- id: forgejo
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v3.0.1
|
||||
uses: https://code.forgejo.org/actions/setup-forgejo@v3.0.3
|
||||
with:
|
||||
user: testuser
|
||||
password: admin1234
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue