this change
convert-to-yml / format-branch (push) Successful in 21s
Details
convert-to-yml / format-branch (push) Successful in 21s
Details
This commit is contained in:
parent
2e0195f4b5
commit
2afed8dac5
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: |
|
||||
firstString=${{ github.ref_name }}
|
||||
secondString="develop-"
|
||||
echo ::set-env production_branch=${firstString/format-/"$secondString"}
|
||||
echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"}
|
||||
- name: GIT commit and push all changed files
|
||||
env:
|
||||
CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts
|
||||
|
@ -31,4 +31,4 @@ jobs:
|
|||
git config --global user.email "username@users.noreply.github.com"
|
||||
git add -A
|
||||
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
|
||||
git push -f origin HEAD:${{ env.production_branch }}
|
||||
git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }}
|
Loading…
Reference in New Issue