.....
build-develop-branch / build-branch (push) Failing after 30s Details

This commit is contained in:
gilesb 2023-10-23 14:55:47 +01:00
parent 836c1edfef
commit eda88259de
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ jobs:
firstString=${{ github.ref_name }}
secondString="build"
echo ::set-env name=BUILD_BRANCH::${firstString/develop\//"$secondString"\/}
- name: status
run: |
git branch -r
echo $(git branch -r | grep -Fx " origin/${{ env.BUILD_BRANCH }}" | wc -c)
- name: push
run: |
git add -A