Skip to content

Commit

Permalink
Merge pull request #111 from kustomize-everything/renovate/kustomize-…
Browse files Browse the repository at this point in the history
…everything-action-env-build-and-deploy-2.x

Update kustomize-everything/action-env-build-and-deploy action to v2.1.1
  • Loading branch information
highb authored May 5, 2023
2 parents b126409 + b8051fe commit afd9040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
token: ${{ secrets.PUSHER_ROBOT_GITHUB_TOKEN }}

- name: Render
uses: kustomize-everything/action-env-build-and-deploy@v2.0.1
uses: kustomize-everything/action-env-build-and-deploy@v2.1.1
if: github.event_name == 'pull_request'
with:
dry-run: "true"
Expand All @@ -35,7 +35,7 @@ jobs:
token: ${{ secrets.PUSHER_ROBOT_GITHUB_TOKEN }}

- name: Render
uses: kustomize-everything/action-env-build-and-deploy@v2.0.1
uses: kustomize-everything/action-env-build-and-deploy@v2.1.1
if: github.event_name == 'push'
with:
dry-run: "false"
Expand Down

0 comments on commit afd9040

Please sign in to comment.