Skip to content

Commit

Permalink
[IMP] Improve update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
etobella committed Nov 19, 2023
1 parent ca9dae1 commit a0a9d5b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/update_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
jobs:
test:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
strategy:
fail-fast: false
steps:
Expand All @@ -19,3 +23,11 @@ jobs:
- name: Manage repositories
run:
oca-repo-manage --org $GITHUB_REPOSITORY_OWNER --token ${{secrets.GIT_PUSH_TOKEN}} --conf-dir ./conf
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update checksum
file_pattern: "conf/checksum.yml"
commit_user_name: OCA-git-bot
commit_user_email: [email protected]
commit_author: OCA-git-bot <[email protected]>

0 comments on commit a0a9d5b

Please sign in to comment.