This commit is contained in:
gilesb 2023-10-23 14:36:10 +01:00
parent 53da5306c7
commit 9242dfd4aa
1 changed files with 3 additions and 1 deletions

View File

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