Update .forgejo/workflows/build.yml
This commit is contained in:
parent
9083c6210f
commit
8d0e8a3927
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
COMMIT_AUTHOR_EMAIL: "forgejo-runner@shork.ch"
|
COMMIT_AUTHOR_EMAIL: "forgejo-runner@shork.ch"
|
||||||
COMMIT_MESSAGE: "Update build metadata"
|
COMMIT_MESSAGE: "Update build metadata"
|
||||||
GET_NEWEST_VERSION_CMD: "curl -s https://gitdab.com/api/v1/repos/cadence/out-of-your-element/releases?limit=1 | \
|
GET_NEWEST_VERSION_CMD: "curl -s https://gitdab.com/api/v1/repos/cadence/out-of-your-element/releases?limit=1 | \
|
||||||
jq .[0].tag_name"
|
jq -r .[0].tag_name"
|
||||||
GIT_REPO_URL: "https://git.shork.ch/git-mirrors/out-of-your-element"
|
GIT_REPO_URL: "https://git.shork.ch/git-mirrors/out-of-your-element"
|
||||||
REBUILD_ALL_X_DAYS: 14
|
REBUILD_ALL_X_DAYS: 14
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue