From d75a04b31a0c6355a24ee00e4f05def99070e99b Mon Sep 17 00:00:00 2001 From: Bubbleioa <1342130847@QQ.com> Date: Sat, 19 Feb 2022 00:40:01 +0800 Subject: [PATCH] fix bobheadxi/deployments version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在 [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 --- website/docs/tutorial/deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/tutorial/deployment.md b/website/docs/tutorial/deployment.md index 21778506..02bb632f 100644 --- a/website/docs/tutorial/deployment.md +++ b/website/docs/tutorial/deployment.md @@ -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