This commit is contained in:
gilesb 2023-10-23 14:49:05 +01:00
parent 277dca4449
commit 963d5a3f3c
1 changed files with 2 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 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 }}"