llllllllllllllllllll
build-develop-branch / build-branch (push) Has been skipped Details
convert-to-yml / develop-branch (push) Failing after 25s Details

This commit is contained in:
giles 2023-10-22 18:41:39 +01:00
parent 439c44fe31
commit 153c6ffa91
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +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 depth=1 git fetch --depth=1
git add -A git add -A
git stash git stash
git checkout -b ${{ env.DEVELOPMENT_BRANCH }} git checkout -b ${{ env.DEVELOPMENT_BRANCH }}