From 6ffe8ffb88371751b93afb1f17474b7a0b4a925c Mon Sep 17 00:00:00 2001 From: Bizzonium Date: Fri, 10 Nov 2023 03:29:41 +0600 Subject: [PATCH] chore: fix job names in deploy action --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5e1d3b06e4b..15768fdcf23 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,6 +62,7 @@ jobs: script: /var/lib/byond/update_isp_lists.sh set-matrix: + name: Set Deployment Matrix runs-on: ubuntu-latest outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} @@ -233,7 +234,8 @@ jobs: deployment-id: ${{ steps.deployment.outputs.deployment_id }} state: "failure" - delete_automatic_deployments: + delete-automatic-deployments: + name: Delete Automatic Deployments runs-on: ubuntu-latest needs: [deploy] if: always()