mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: gh action
This commit is contained in:
parent
1da47eb3a4
commit
3013166023
@ -28,7 +28,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_PUSH_TOKEN }}
|
token: ${{ secrets.GH_PUSH_TOKEN }}
|
||||||
- name: setup git config
|
- name: setup git config
|
||||||
# GitHub bot will be the author of the auto commits
|
|
||||||
run: |
|
run: |
|
||||||
git config user.name "GitHub Actions Bot"
|
git config user.name "GitHub Actions Bot"
|
||||||
git config user.email "<>"
|
git config user.email "<>"
|
||||||
|
Loading…
Reference in New Issue
Block a user