This commit is contained in:
@@ -62,7 +62,8 @@ jobs:
|
||||
MY_PAT_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
run: |
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
git config --global user.name "gitea-actions[bot]"
|
||||
git config --global user.email "actions-user@noreply.${{ github.domain }}"
|
||||
|
||||
git remote set-url origin https://x-access-token:${MY_PAT_TOKEN}@git.demonkernel.io.vn/${{ github.repository }}.git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user