Skip to content

Commit

Permalink
edit Create microservices JSON step
Browse files Browse the repository at this point in the history
  • Loading branch information
micheledellipaoli-pagopa committed Jan 3, 2025
1 parent ead4e32 commit 6596d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tf-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Create microservices JSON
working-directory: terraform/
run: |
mkdir -p k8s-monitoring/assets
echo '${{ needs.workflow_setup.outputs.microservices }}' | jq -c 'sort' > k8s-monitoring/assets/microservices-list.json
- name: Create cronjobs JSON
Expand Down

0 comments on commit 6596d6e

Please sign in to comment.