bugfix pipeline
Update void-packages template / Update xbps-src template (push) Failing after 2m12s
Details
Update void-packages template / Update xbps-src template (push) Failing after 2m12s
Details
This commit is contained in:
parent
065e2b63e7
commit
8758447973
|
@ -8,13 +8,13 @@ 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"
|
||||||
|
ref: "master"
|
||||||
|
|
||||||
- name: Get checksum
|
- name: Get checksum
|
||||||
id: checksum
|
id: checksum
|
||||||
|
@ -23,8 +23,8 @@ jobs:
|
||||||
|
|
||||||
- name: Replace checksum and version
|
- name: Replace checksum and version
|
||||||
run: |
|
run: |
|
||||||
sed -i 's/version=[0-9]\+\.[0-9]\+\.[0-9]\+/version=${{ github.ref }}/' srcpkgs/dwm-custom/template
|
sed -i 's/version=.*/version=${{ github.ref }}/' srcpkgs/dwm-custom/template
|
||||||
sed -i 's/checksum=.\+/checksum=${{ steps.checksum.outputs.sha256 }}/' srcpkgs/dwm-custom/template
|
sed -i 's/checksum=.*/checksum=${{ steps.checksum.outputs.sha256 }}/' srcpkgs/dwm-custom/template
|
||||||
|
|
||||||
- name: Commit
|
- name: Commit
|
||||||
uses: https://github.com/stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0
|
uses: https://github.com/stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0
|
||||||
|
|
Loading…
Reference in New Issue