Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed May 31, 2024
1 parent e260728 commit bdcc5b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/config_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout Config-Repository
uses: actions/checkout@v4
Expand All @@ -29,3 +29,8 @@ jobs:
- name: Sync .github directory
run: |
rsync -avz upstream/sync/ .github/
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Sync from org-.github repository"

0 comments on commit bdcc5b2

Please sign in to comment.