..
convert-to-yml / develop-branch (push) Successful in 31s Details

This commit is contained in:
gilesb 2023-10-23 18:17:48 +01:00
parent 6f8442d0d7
commit 6b0114fbc9
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ jobs:
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4 - uses: http://sigyl.com:3000/actions/checkout@v3.5.4
with: with:
token: ${{ secrets.BOT_TOKEN }} token: ${{ secrets.BOT_TOKEN }}
- name: tag
run: git tag
- name: delete develop branch - name: delete develop branch
id: delete_develop_branch id: delete_develop_branch
run: git push origin --delete ${{ github.head_ref }} run: git push origin --delete ${{ github.head_ref }}