....
convert-to-yml / develop-branch (push) Successful in 34s Details

This commit is contained in:
gilesb 2023-10-23 13:53:59 +01:00
parent 847cab6783
commit 1019cfb74c
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
- name: config
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "noreply@noreply.noreply"
git config --global user.email "${{ github.event.pusher.email }}"
- name: commit
run: |
git add -A

View File

@ -35,7 +35,7 @@ jobs:
- name: config
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "noreply@noreply.noreply"
git config --global user.email "${{ github.event.pusher.email }}"
- name: get build branch name
run: |
firstString=${{ github.ref_name }}