This commit is contained in:
gilesb 2023-10-23 14:40:33 +01:00
parent 9242dfd4aa
commit 516924f626
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,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