diff --git a/.gitea/workflows/patchinfo_numberator.yaml b/.gitea/workflows/patchinfo_numberator.yaml index 38c1b5e..fba1fcf 100644 --- a/.gitea/workflows/patchinfo_numberator.yaml +++ b/.gitea/workflows/patchinfo_numberator.yaml @@ -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'