forked from products/PackageHub
Compare commits
1 Commits
wip-python
...
wip-fix-nu
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
2fbc9cc4db |
@@ -9,21 +9,21 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Generic action from GitHub to clone the product git repo
|
# Generic action from GitHub to clone the product git repo
|
||||||
- name: Checkout product
|
- name: Checkout product
|
||||||
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/github-actions-checkout@v4
|
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/github-actions-checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.REPO_WRITE }}
|
token: ${{ secrets.REPO_WRITE }}
|
||||||
repo-sha256: true
|
repo-sha256: true
|
||||||
- name: Update all new _patchinfo files
|
- name: Update all new _patchinfo files
|
||||||
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/patchinfo-numbering-action@v0
|
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/patchinfo-numbering-action@v0
|
||||||
- name: Get last commit author
|
- name: Get last commit author
|
||||||
id: last-commit
|
id: last-commit
|
||||||
run: |
|
run: |
|
||||||
echo "author=$(git log -1 --pretty='%an <%ae>')" >> $GITHUB_OUTPUT
|
echo "author=$(git log -1 --pretty='%an <%ae>')" >> $GITHUB_OUTPUT
|
||||||
- name: Commit changes back
|
- name: Commit changes back
|
||||||
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/stefanzweifel-git-auto-commit-action@v5
|
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/stefanzweifel-git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_user_name: gitea-actions-autobuild
|
commit_user_name: gitea-actions-autobuild
|
||||||
commit_user_email: autobuild+gitea@suse.de
|
commit_user_email: autobuild+gitea@opensuse.org
|
||||||
commit_author: ${{ steps.last-commit.outputs.author }}
|
commit_author: ${{ steps.last-commit.outputs.author }}
|
||||||
commit_message: "Update incident numbers [skip actions]"
|
commit_message: "Update incident numbers [skip actions]"
|
||||||
commit_options: '--no-edit'
|
commit_options: '--no-edit'
|
||||||
|
|||||||
Reference in New Issue
Block a user