Skip to content

Commit

Permalink
fix: use different action post template
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard committed Jul 22, 2024
1 parent 79a814a commit 9a9aa03
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ jobs:
run: |
sed -i 's|https://github.com/madskjeldgaard/platformio-arduino-template|${{ github.event.repository.html_url }}|g' README.md
- name: Stage changes
run: git add README.md

- name: Commit changes
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m "post-init: Update README with new repository URL"
- uses: EndBug/add-and-commit@v4
with:
author_name: Template Robot
author_email: [email protected]
message: 'post-init: Fix setup new project'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9a9aa03

Please sign in to comment.