Skip to content

Commit

Permalink
tidy up names
Browse files Browse the repository at this point in the history
  • Loading branch information
boringcactus committed Nov 14, 2023
1 parent e6ec5b4 commit 00970b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev-orange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
deploy:
name: Deploy ${{ github.ref }} to Dev-Orange
name: Deploy ${{ github.ref_type }} ${{ github.ref_name }} to Dev-Orange
uses: ./.github/workflows/deploy.yml
with:
env: dev-orange
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy:
name: Deploy ${{ github.ref }} to Staging
name: Deploy ${{ github.ref_type }} ${{ github.ref_name }} to Staging
uses: ./.github/workflows/deploy.yml
with:
env: staging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
with:
webhook-url: ${{ secrets.SLACK_WEBHOOK }}
job-status: ${{ job.status }}
custom-message: Deployed ${{ github.ref }} to ${{ inputs.env }}
custom-message: Deployed ${{ github.ref_type }} ${{ github.ref_name }} to ${{ inputs.env }}

0 comments on commit 00970b8

Please sign in to comment.