From 0cd6e02c992a755859c42ad3168eba1ed9761ba7 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 27 Apr 2022 12:41:46 +0100 Subject: [PATCH] Iterate --- .github/workflows/build.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fe632c33b4..e8e9423603 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -42,12 +42,13 @@ jobs: retention-days: ${{ github.ref == 'develop' && 1 || 28 }} deploy: + name: "Deploy to develop.element.io" needs: build runs-on: ubuntu-latest # if: github.event_name == 'push' && github.ref == 'develop' steps: - name: Create Deployment ID - uses: altinukshini/deployment-action@releases/v1.2.6 + uses: altinukshini/deployment-action@v1.2.6 id: deployment with: token: "${{ github.token }}" @@ -84,7 +85,7 @@ jobs: - name: Update deployment status (success) if: success() - uses: altinukshini/deployment-status@releases/v1 + uses: altinukshini/deployment-status@v1.0.1 with: token: "${{ github.token }}" environment_url: https://develop.element.io @@ -94,7 +95,7 @@ jobs: pr_id: ${{ github.event.pull_request.number }} - name: Update deployment status (failure) if: failure() - uses: altinukshini/deployment-status@releases/v1 + uses: altinukshini/deployment-status@v1.0.1 with: token: "${{ github.token }}" state: "failure"