..
convert-to-yml / develop-branch (push) Failing after 31s Details

This commit is contained in:
giles 2023-10-23 12:48:49 +01:00
parent 3466441ad5
commit 12cf88c07c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ jobs:
mv ../cloned/* . mv ../cloned/* .
mv ../cloned/.git . mv ../cloned/.git .
git status git status
git checkout ${{ env.DEVELOPMENT_BRANCH }}" git checkout ${{ env.DEVELOPMENT_BRANCH }}
git add -A git add -A
git commit -a -m "${{ github.ref_name }} -> ${{ env.DEVELOPMENT_BRANCH }}" git commit -a -m "${{ github.ref_name }} -> ${{ env.DEVELOPMENT_BRANCH }}"