Compare commits

...

6 Commits

Author SHA1 Message Date
gilesb 5b7aa5616f .... 2023-10-23 14:42:01 +01:00
gilesb 516924f626 ..... 2023-10-23 14:40:33 +01:00
gilesb 9242dfd4aa ..... 2023-10-23 14:36:10 +01:00
gilesb 53da5306c7 .....
build-develop-branch / build-branch (push) Failing after 31s Details
2023-10-23 14:33:48 +01:00
gilesb 5f121e3267 mmmm
build-develop-branch / build-branch (push) Failing after 28s Details
2023-10-23 14:31:54 +01:00
gilesb 993afd5fe5 mmmm
build-develop-branch / build-branch (push) Successful in 36s Details
2023-10-23 14:29:52 +01:00
1 changed files with 7 additions and 1 deletions

View File

@ -22,7 +22,9 @@ jobs:
with: with:
action: xml action: xml
path: '.' path: '.'
- run: git fetch - run: |
git fetch
git branch -r
- name: config - name: config
run: | run: |
git config --global user.name "${{ github.actor }}" git config --global user.name "${{ github.actor }}"
@ -32,6 +34,10 @@ jobs:
firstString=${{ github.ref_name }} firstString=${{ github.ref_name }}
secondString="build" secondString="build"
echo ::set-env name=BUILD_BRANCH::${firstString/develop\//"$secondString"\/} 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 - name: push
run: | run: |
git add -A git add -A