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