Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zorrobert authored Apr 12, 2024
1 parent 385fc3c commit 1426bd7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Pull commits into master
on:
push:
#push:
#branches-ignore:
# - 'master'
# - 'dev'
Expand All @@ -15,9 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Merge branches
#git config --global user.email "[email protected]"
#git config --global user.name "zorrobert"
run: |
git config --global user.email "zorrobert@mailbox.org"
git config --global user.name "zorrobert"
git config --global user.name 'zorrobert'
git config --global user.email 'zorrobert@mailbox.org'
git fetch --all
git checkout master
Expand Down

0 comments on commit 1426bd7

Please sign in to comment.