Skip to content

Commit

Permalink
chore: fix job names in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Nov 9, 2023
1 parent c999804 commit 6ffe8ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 6ffe8ff

Please sign in to comment.