Skip to content

Commit

Permalink
Use deploy outputs for test conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Feb 27, 2024
1 parent 671b57f commit 9bede93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ on:
required: false
type: string

outputs:
triggered: ${{ steps.deploys.outputs.triggered }}
outputs:
triggered: ${{ steps.deploys.outputs.triggered }}

env:
repo_release: ${{ github.event.repository.name }}-${{ inputs.release }}
Expand Down

0 comments on commit 9bede93

Please sign in to comment.