.....
This commit is contained in:
parent
53da5306c7
commit
9242dfd4aa
|
@ -22,7 +22,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
action: xml
|
action: xml
|
||||||
path: '.'
|
path: '.'
|
||||||
- run: git fetch
|
- run: |
|
||||||
|
git fetch
|
||||||
|
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