This commit is contained in:
gilesb 2023-10-23 14:42:01 +01:00
parent 516924f626
commit 5b7aa5616f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
echo ::set-env name=BUILD_BRANCH::${firstString/develop\//"$secondString"\/}
- name: status
run: |
git branch -r
git branch -r
echo $(git branch -r | grep -Fx " origin/${{ env.BUILD_BRANCH }}" | wc -c)
- name: push
run: |