This commit is contained in:
giles 2023-10-22 18:39:00 +01:00
parent cc27a87a03
commit 7fe5b38a43
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ jobs:
run: | run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com" git config --global user.email "username@users.noreply.github.com"
git fetch
git checkout -b ${{ env.DEVELOPMENT_BRANCH }} git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
git add -A git add -A
git status git status