Skip to content

Commit

Permalink
Merge pull request #112 from kustomize-everything/renovate/kustomize-…
Browse files Browse the repository at this point in the history
…everything-action-promote-3.x

Update kustomize-everything/action-promote action to v3.7.1
  • Loading branch information
highb authored May 5, 2023
2 parents afd9040 + c048ee2 commit 32d09ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/promote-dev-to-messy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "$EOF" >> $GITHUB_ENV
- name: Promote (workflow_dispatch)
uses: kustomize-everything/action-promote@v3.5.0
uses: kustomize-everything/action-promote@v3.7.1
if: ${{ github.event_name == 'workflow_dispatch' }}
with:
target-repo: kustomize-everything/test-deploy
Expand All @@ -60,7 +60,7 @@ jobs:
auto-merge: ${{ inputs.auto-merge }}

- name: Promote (scheduled)
uses: kustomize-everything/action-promote@v3.5.0
uses: kustomize-everything/action-promote@v3.7.1
if: ${{ github.event_name == 'schedule' }}
with:
target-repo: kustomize-everything/test-deploy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/promote-messy-to-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "$EOF" >> $GITHUB_ENV
- name: Promote (workflow_dispatch)
uses: kustomize-everything/action-promote@v3.5.0
uses: kustomize-everything/action-promote@v3.7.1
if: ${{ github.event_name == 'workflow_dispatch' }}
with:
target-repo: kustomize-everything/test-deploy
Expand All @@ -60,7 +60,7 @@ jobs:
auto-merge: ${{ inputs.auto-merge }}

- name: Promote (scheduled)
uses: kustomize-everything/action-promote@v3.5.0
uses: kustomize-everything/action-promote@v3.7.1
if: ${{ github.event_name == 'schedule' }}
with:
target-repo: kustomize-everything/test-deploy
Expand Down

0 comments on commit 32d09ca

Please sign in to comment.