We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4112903 + 554a004 commit c2ca606Copy full SHA for c2ca606
2 files changed
.github/workflows/deploy.yaml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
deploy:
10
- uses: mocbotau/infra-workflows/.github/workflows/generic-deploy.yaml@v0.3.0
+ uses: mocbotau/infra-workflows/.github/workflows/generic-deploy.yaml@v0.4.0
11
with:
12
event-name: ${{ github.event_name }}
13
environment: "prod"
.github/workflows/helmfile-diff.yaml
@@ -5,9 +5,7 @@ on:
5
6
helmfile-diff:
- uses: mocbotau/infra-workflows/.github/workflows/generic-helmfile-diff.yaml@v0.3.0
- with:
- environment: "prod"
+ uses: mocbotau/infra-workflows/.github/workflows/generic-helmfile-diff.yaml@v0.4.0
secrets: inherit
permissions:
0 commit comments