Continuous Integration Build Artifacts xml files converted to yml
build-develop-branch / if_merged (pull_request) Failing after 11s Details

This commit is contained in:
Continuous Integration 2023-10-22 16:12:03 +00:00
parent 258fabee4b
commit f1e55e8cad
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: |
firstString=${{ github.head_ref }}
secondString="build-"
echo ::set-env name=BUILD_BRANCH::${firstString/format-/"$secondString"}
echo ::set-env name=BUILD_BRANCH::${firstString/develop-/"$secondString"}
- name: delete build branch
run: git push origin --delete ${{ env.BUILD_BRANCH }}