1
0
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:
Mateusz Kwasniewski 2023-02-08 15:41:28 +01:00 committed by GitHub
parent 1da47eb3a4
commit 3013166023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,6 @@ jobs:
with:
token: ${{ secrets.GH_PUSH_TOKEN }}
- name: setup git config
# GitHub bot will be the author of the auto commits
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"