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:
|
||||
name: Update xbps-src template
|
||||
runs-on: ubuntu-latest
|
||||
needs: release
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.FORGEJO_PUSH_TOKEN }}
|
||||
repository: "https://git.snaile.de/snailed/void-packages"
|
||||
repository: "snailed/void-packages"
|
||||
ref: "master"
|
||||
|
||||
- name: Get checksum
|
||||
id: checksum
|
||||
|
@ -23,8 +23,8 @@ jobs:
|
|||
|
||||
- name: Replace checksum and version
|
||||
run: |
|
||||
sed -i 's/version=[0-9]\+\.[0-9]\+\.[0-9]\+/version=${{ github.ref }}/' srcpkgs/dwm-custom/template
|
||||
sed -i 's/checksum=.\+/checksum=${{ steps.checksum.outputs.sha256 }}/' 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
|
||||
|
||||
- name: Commit
|
||||
uses: https://github.com/stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0
|
||||
|
|
Loading…
Reference in New Issue