From a5d03757567f1de500903d9cf7e35c99a7514d69 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Thu, 2 Nov 2023 02:02:10 +0100 Subject: [PATCH] fix: Switch (back) from EndBug/deployments@140-task to bobheadxi/deployments@v1.4.0 see https://github.com/EndBug/pages-preview/issues/20 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 9fc1575..3536742 100644 --- a/action.yml +++ b/action.yml @@ -77,7 +77,7 @@ runs: - name: Create a new deployment if: ${{ steps.parse_action.outputs.action == 'deploy' && inputs.deployments == 'true' }} id: deployment - uses: EndBug/deployments@140-task + uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 # v1.4.0 with: step: start env: ${{ inputs.deployment_env }} @@ -180,7 +180,7 @@ runs: - name: Set deployment status if: ${{ always() && steps.parse_action.outputs.action == 'deploy' && inputs.deployments == 'true' }} - uses: EndBug/deployments@140-task + uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 # v1.4.0 with: step: finish status: ${{ job.status }}