Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Nov 27, 2023
1 parent 34c6cd0 commit 56e7cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development_dynamic_enviroment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: hiberbee/[email protected]
with:
command: run
kubeconfig: "$GITHUB_WORKSPACE/.kube/config"
filename: "$GITHUB_WORKSPACE/dev-skaffold.yaml"
kubeconfig: ${{ github.workspace }}/.kube/config
filename: ${{ github.workspace }}/dev-skaffold.yaml
repository: registry.internal.visoft.solutions

0 comments on commit 56e7cce

Please sign in to comment.