Skip to content

Commit 6fed82b

Browse files
committed
Update workflow config
1 parent 003f686 commit 6fed82b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_run_funcs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
run: |
2020
# git commit if there's any change
2121
if test -n "$(git status --porcelain 2>/dev/null)"; then
22-
git config --global user.email "idegorepl@gmail.com"
23-
git config --global user.name "B1nj0y"
22+
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
23+
git config --local user.name "github-actions[bot]"
2424
git add .
2525
git commit -m "Add changes"
26-
git push
26+
git push origin ${GITHUB_REF##*/}
2727
fi

0 commit comments

Comments
 (0)