We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003f686 commit 6fed82bCopy full SHA for 6fed82b
.github/workflows/test_run_funcs.yml
@@ -19,9 +19,9 @@ jobs:
19
run: |
20
# git commit if there's any change
21
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"
+ git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --local user.name "github-actions[bot]"
24
git add .
25
git commit -m "Add changes"
26
- git push
+ git push origin ${GITHUB_REF##*/}
27
fi
0 commit comments