....
convert-to-yml / develop-branch (push) Successful in 34s
Details
convert-to-yml / develop-branch (push) Successful in 34s
Details
This commit is contained in:
parent
847cab6783
commit
1019cfb74c
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: config
|
- name: config
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "${{ github.actor }}"
|
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
|
- name: commit
|
||||||
run: |
|
run: |
|
||||||
git add -A
|
git add -A
|
||||||
|
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: config
|
- name: config
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "${{ github.actor }}"
|
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
|
- name: get build branch name
|
||||||
run: |
|
run: |
|
||||||
firstString=${{ github.ref_name }}
|
firstString=${{ github.ref_name }}
|
||||||
|
|
Loading…
Reference in New Issue