Skip to content

Commit

Permalink
fix: environment data was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Aug 9, 2022
1 parent 0b51639 commit dd7dc59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ jobs:
--data-value ecosystem=${{steps.analysis.outputs.ecosystem}} \
--data-value organization=${{steps.analysis.outputs.organization}} \
--data-value repository=${{steps.analysis.outputs.repository}} \
--data-value environment=${{steps.analysis.outputs.environment}} \
--data-value containerRegistry=${{inputs.containerRegistry}} \
--data-value tag=${{steps.analysis.outputs.deploy_tag}} \
--data-value-yaml deployment.imagePullSecrets=true \
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/svc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ jobs:
--data-value ecosystem=${{steps.analysis.outputs.ecosystem}} \
--data-value organization=${{steps.analysis.outputs.organization}} \
--data-value repository=${{steps.analysis.outputs.repository}} \
--data-value environment=${{steps.analysis.outputs.environment}} \
--data-value containerRegistry=${{inputs.containerRegistry}} \
--data-value tag=${{steps.analysis.outputs.deploy_tag}} \
--data-value-yaml deployment.imagePullSecrets=true \
Expand Down Expand Up @@ -843,6 +844,7 @@ jobs:
--data-value ecosystem=${{steps.analysis.outputs.ecosystem}} \
--data-value organization=${{steps.analysis.outputs.organization}} \
--data-value repository=${{steps.analysis.outputs.repository}} \
--data-value environment=${{steps.analysis.outputs.environment}} \
--data-value containerRegistry=${{inputs.containerRegistry}} \
--data-value tag=${{steps.analysis.outputs.deploy_tag}} \
--data-value-yaml deployment.imagePullSecrets=true \
Expand Down

0 comments on commit dd7dc59

Please sign in to comment.