Skip to content

Commit

Permalink
call spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Dec 16, 2024
1 parent 15b57fb commit 2adafff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ on:
required: true
default: 'main'
type: 'string'

workflow_call:
workflow_call:
inputs:
target_environment:
description: Deploy where?
required: false
default: 'staging'
type: 'string'
static_repo_ref:
description: Which branch or tag?
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
repo_ref: main
secrets: inherit
deploy:
name: Deploy to staging
name: Deploy to Staging
needs: tag_site
uses: ./.github/workflows/deploy.yml
with:
Expand Down

0 comments on commit 2adafff

Please sign in to comment.