Fix Gitea Actions for sha256 repos
a5fb11ad21
https://github.com/actions/checkout/pull/2011
This commit is contained in:
parent
a437b57e6b
commit
f47de97a03
@ -24,6 +24,8 @@ jobs:
|
||||
# Generic action from GitHub to clone the product git repo
|
||||
- name: Checkout product
|
||||
uses: https://gitea-actions-autobuild:${{ secrets.ACTION_PASSWORD }}@src.suse.de/actions/github-actions-checkout@v4
|
||||
with:
|
||||
repo-sha256: true
|
||||
# Updating incident numbers
|
||||
- name: Update all new _patchinfo files
|
||||
uses: https://gitea-actions-autobuild:${{ secrets.ACTION_PASSWORD }}@src.suse.de/actions/patchinfo-numbering-action@v0
|
||||
@ -34,6 +36,7 @@ jobs:
|
||||
- name: Commit changes back
|
||||
uses: https://gitea-actions-autobuild:${{ secrets.ACTION_PASSWORD }}@src.suse.de/actions/stefanzweifel-git-auto-commit-action@v5
|
||||
with:
|
||||
commit_user_name: gitea-actions-autobuild
|
||||
commit_author: ${{ steps.last-commit.outputs.author }}
|
||||
commit_message: "Update incident numbers"
|
||||
commit_options: '--no-edit'
|
||||
|
Loading…
x
Reference in New Issue
Block a user