llllllllllllll
convert-to-yml / develop-branch (push) Failing after 25s Details

This commit is contained in:
giles 2023-10-23 02:38:51 +01:00
parent 7fe4ab4def
commit a4e8ad5d66
1 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,7 @@ jobs:
firstString=${{ github.ref_name }}
secondString="develop"
echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/format\//"$secondString"\/}
git status
#- name: clone
# run: |
# git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
@ -43,11 +44,11 @@ jobs:
CI_COMMIT_MESSAGE: converted to yml for review.
CI_COMMIT_AUTHOR: Continuous Integration
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git fetch
git add -A
git stash
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git checkout master
git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
git stash pop