Compare commits

...

6 Commits

Author SHA1 Message Date
gilesb 963d5a3f3c ....... 2023-10-23 14:49:05 +01:00
gilesb 277dca4449 ....... 2023-10-23 14:47:23 +01:00
gilesb 9242dfd4aa ..... 2023-10-23 14:36:10 +01:00
gilesb 53da5306c7 .....
build-develop-branch / build-branch (push) Failing after 31s Details
2023-10-23 14:33:48 +01:00
gilesb 5f121e3267 mmmm
build-develop-branch / build-branch (push) Failing after 28s Details
2023-10-23 14:31:54 +01:00
gilesb 993afd5fe5 mmmm
build-develop-branch / build-branch (push) Successful in 36s Details
2023-10-23 14:29:52 +01:00
1 changed files with 4 additions and 2 deletions

View File

@ -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 }}"