Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 3, 2025
1 parent 85aad8d commit 3c0d7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
git clone https://github.com/jacebrowning/template-python-demo temp
mv temp/.git TemplateDemo/.git
rm -rf temp
cd TemplateDemo
# Configure Git with GHA information, for more info see:
# https://github.com/actions/checkout?tab=readme-ov-file#push-a-commit-using-the-built-in-token
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
# Rebuild the repository from the generated files and push to GitHub
cd TemplateDemo
git add --all
git commit -m "Deploy GHA build ${{ github.run_id }} to GitHub"
git push

0 comments on commit 3c0d7e2

Please sign in to comment.