Skip to content

Commit

Permalink
fix(test_deploy.yaml): correct workflow reference from deploy-app.yam…
Browse files Browse the repository at this point in the history
…l to deploy-setup.yaml
  • Loading branch information
cybersiddhu committed Jul 2, 2024
1 parent bf258ce commit 7c229cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy-setup:
uses: ./.github/workflows/deploy-app.yaml
uses: ./.github/workflows/deploy-setup.yaml
with:
cluster: ${{ secrets.DEV_STAGING_CLUSTER }}
cluster_state_storage: ${{ secrets.DEV_STAGING_KOPS_STATE_STORAGE }}
Expand Down

0 comments on commit 7c229cb

Please sign in to comment.