..
convert-to-yml / develop-branch (push) Successful in 32s Details

This commit is contained in:
giles 2023-10-23 12:50:16 +01:00
parent 12cf88c07c
commit 1411a2f508
1 changed files with 1 additions and 1 deletions

View File

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