.......
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
|
run-name: ${{ github.actor }} is learning GitHub Actions
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -24,7 +24,7 @@ jobs:
|
||||||
path: '.'
|
path: '.'
|
||||||
- run: |
|
- run: |
|
||||||
git fetch
|
git fetch
|
||||||
git branch -r
|
git branch -r
|
||||||
- name: config
|
- name: config
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "${{ github.actor }}"
|
git config --global user.name "${{ github.actor }}"
|
||||||
|
|
Loading…
Reference in New Issue