Skip to content

Commit

Permalink
see45555
Browse files Browse the repository at this point in the history
  • Loading branch information
IlirEdis committed Jun 16, 2023
1 parent 28b5548 commit 0ac7973
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Commit
run: |
git add .
git config --global user.email "[email protected]"
git config --global user.name "IlirEdis"
git add --all
git commit -m "Update submodules" || echo "No changes to commit"
git push edisOrigin main

0 comments on commit 0ac7973

Please sign in to comment.