Skip to content

Commit

Permalink
self push
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Nov 23, 2024
1 parent 843aba0 commit 2b5d7d2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches: [ main, develop, gh-build ]

permissions:
contents: write

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -62,7 +65,11 @@ jobs:
rm -rf locales/.doctrees
- name: TODO - commit locales into repository
run: echo "commit it"
run: |
git config --global user.name "GitHub Action"
git config --global user.email "[email protected]"
git commit -m "Automated locales generation" locales
git push
- name: put original locales back
run: |
Expand Down

0 comments on commit 2b5d7d2

Please sign in to comment.