hopefully this will sort it
This commit is contained in:
parent
5ef777109e
commit
f9efa6c0c3
|
@ -69,7 +69,7 @@ jobs:
|
|||
run: |
|
||||
firstString=${{ github.ref_name }}
|
||||
secondString="build-"
|
||||
echo ::set-env name=BUILD_BRANCH::${firstString/develop-/"$secondString"}
|
||||
echo ::set-env name=BUILD_BRANCH::${firstString/format-/"$secondString"}
|
||||
- name: GIT commit and push all changes
|
||||
env:
|
||||
CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts
|
||||
|
|
Loading…
Reference in New Issue