Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Oct 15, 2024
1 parent b924f46 commit 0d5158a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-terraform-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
pr_labels: |
auto-update
readme
${{ needs.context.outputs.no-release && 'no-release' || '' }}
${{ needs.context.outputs.no-release == 'true' && 'no-release' || '' }}
secrets: inherit

codeowners:
Expand Down

0 comments on commit 0d5158a

Please sign in to comment.