build/1003 -> develop/1003
build-develop-branch / build-branch (push) Successful in 32s Details

This commit is contained in:
giles 2023-10-23 12:54:43 +00:00
parent 3ac572b812
commit 1d72016f67
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 }}