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

This commit is contained in:
giles 2023-10-22 23:45:56 +01:00
parent 60aae310e7
commit b247bc93fb
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ jobs:
- name: get development branch name - name: get development branch name
run: | run: |
firstString=${{ github.ref_name }} firstString=${{ github.ref_name }}
secondString="build-" secondString="development-"
echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/format-/"$secondString"} echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/build-/"$secondString"}
- name: GIT commit and push all changed files - name: GIT commit and push all changed files
env: env:
CI_COMMIT_MESSAGE: converted to yml for review. CI_COMMIT_MESSAGE: converted to yml for review.