bugfix pipeline
Update void-packages template / Update xbps-src template (push) Failing after 26s
Details
Update void-packages template / Update xbps-src template (push) Failing after 26s
Details
This commit is contained in:
parent
065e2b63e7
commit
0379eb8955
|
@ -8,13 +8,12 @@ jobs:
|
||||||
update-template:
|
update-template:
|
||||||
name: Update xbps-src template
|
name: Update xbps-src template
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: release
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: ${{ secrets.FORGEJO_PUSH_TOKEN }}
|
token: ${{ secrets.FORGEJO_PUSH_TOKEN }}
|
||||||
repository: "https://git.snaile.de/snailed/void-packages"
|
repository: "snailed/void-packages"
|
||||||
|
|
||||||
- name: Get checksum
|
- name: Get checksum
|
||||||
id: checksum
|
id: checksum
|
||||||
|
|
Loading…
Reference in New Issue