Skip to content

Commit

Permalink
Add push step in, now after a commit
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby committed Apr 10, 2024
1 parent 09de954 commit 0c71bd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
git add tutorials.html
git add */index.html
git status
#git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "Changes from makeGitTutorials.py"
git status

- name: Push changes
uses: ad-m/github-push-action@master

0 comments on commit 0c71bd8

Please sign in to comment.