Compare commits
6 Commits
master
...
develop/10
Author | SHA1 | Date |
---|---|---|
gilesb | 963d5a3f3c | |
gilesb | 277dca4449 | |
gilesb | 9242dfd4aa | |
gilesb | 53da5306c7 | |
gilesb | 5f121e3267 | |
gilesb | 993afd5fe5 |
|
@ -1,4 +1,4 @@
|
|||
name: build-develop-branch
|
||||
name: develop -> build
|
||||
run-name: ${{ github.actor }} is learning GitHub Actions
|
||||
on:
|
||||
push:
|
||||
|
@ -22,7 +22,9 @@ jobs:
|
|||
with:
|
||||
action: xml
|
||||
path: '.'
|
||||
- run: git fetch
|
||||
- run: |
|
||||
git fetch
|
||||
git branch -r
|
||||
- name: config
|
||||
run: |
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
|
|
Loading…
Reference in New Issue