Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed May 24, 2024
1 parent 88093ce commit 4396bd3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
description: 'Release Environment'
type: string
required: true
workflow_dispatch:
inputs:
environment:
description: 'Release Environment'
type: environment
required: true
jobs:
dunno:
name: "Dunno (${{ inputs.environment }})"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
required: true
jobs:
stage:
name: "Stage to '${{ inputs.environment }}' environment"
name: "Stage"
runs-on: ubuntu-latest
steps:
- name: Staging
run: echo "Staging"
promote:
name: "Promote to '${{ inputs.environment }}' environment"
name: "Promote"
needs: stage
uses: ./.github/workflows/promote.yml
with:
Expand Down

0 comments on commit 4396bd3

Please sign in to comment.