.......
This commit is contained in:
parent
277dca4449
commit
963d5a3f3c
|
@ -1,4 +1,4 @@
|
|||
name: build-develop-branch
|
||||
name: develop -> build
|
||||
run-name: ${{ github.actor }} is learning GitHub Actions
|
||||
on:
|
||||
push:
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
|||
path: '.'
|
||||
- run: |
|
||||
git fetch
|
||||
git branch -r
|
||||
git branch -r
|
||||
- name: config
|
||||
run: |
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
|
|
Loading…
Reference in New Issue