Skip to content

Commit

Permalink
give absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 13, 2024
1 parent 0dd1e61 commit ce6d761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ runs:
yarn starship setup \
--helmName ${{ inputs.name }} \
--helmVersion ${{ inputs.version }} \
--helmFile ${{ inputs.config }} \
--helmFile $GITHUB_WORKSPACE/${{ inputs.config }} \
--helmNamespace ${{ steps.set-namespace.outputs.namespace }} \
--helmChart ${{ inputs.chart }}
shell: bash
Expand All @@ -141,7 +141,7 @@ runs:
yarn starship start \
--helmName ${{ inputs.name }} \
--helmVersion ${{ inputs.version }} \
--helmFile ${{ inputs.config }} \
--helmFile $GITHUB_WORKSPACE/${{ inputs.config }} \
--helmNamespace ${{ steps.set-namespace.outputs.namespace }} \
--helmChart ${{ inputs.chart }}
shell: bash
Expand Down Expand Up @@ -172,7 +172,7 @@ runs:
yarn starship start \
--helmName ${{ inputs.name }} \
--helmVersion ${{ inputs.version }} \
--helmFile ${{ inputs.config }} \
--helmFile $GITHUB_WORKSPACE/${{ inputs.config }} \
--helmNamespace ${{ steps.set-namespace.outputs.namespace }} \
--helmChart ${{ inputs.chart }}
shell: bash

0 comments on commit ce6d761

Please sign in to comment.