fix bobheadxi/deployments version

在 [github action](https://github.com/Bubbleioa/ioa-bot/runs/5250225969) 上出错 
Error: Unable to resolve action `bobheadxi/deployments@v0.6`, unable to find version `v0.6`

最新版本为 v0.6.2
This commit is contained in:
Bubbleioa 2022-02-19 00:40:01 +08:00 committed by GitHub
parent 12313204e1
commit d75a04b31a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: start deployment
uses: bobheadxi/deployments@v0.6
uses: bobheadxi/deployments@v0.6.2
id: deployment
with:
step: start
@ -185,7 +185,7 @@ jobs:
docker-compose up -d
- name: update deployment status
uses: bobheadxi/deployments@v0.6
uses: bobheadxi/deployments@v0.6.2
if: always()
with:
step: finish