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 9bede93 commit c0f5b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:
type: string

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

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

0 comments on commit c0f5b8d

Please sign in to comment.