Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 authored Nov 23, 2022
1 parent 043f608 commit 817a0c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
# test: ${{ matrix.test[0] }}
run: |
echo Test >> Home.md
git config --global user.email "[email protected]"
git config --global user.name "github-actions"
git add .
git commit -am Test
git push

0 comments on commit 817a0c4

Please sign in to comment.