Skip to content

Commit

Permalink
Default to the standard ve1 location
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <komish@flutes.dev>
  • Loading branch information
komish committed Feb 26, 2024
1 parent 470e38a commit 9322696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/generate-chart-locks/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
The path to the generate-chart-locks command. This action expects CI
scripts to be installed by the caller, and so it stands to reason the
caller may install scripts at various locations.
default: "ve1/bin/generate-chart-locks"
default: "../ve1/bin/generate-chart-locks"
required: false
outputs:
lockfile-path:
Expand Down Expand Up @@ -67,7 +67,7 @@ runs:
id: generate-chart-locks
shell: bash
run: |
set -o pipefail
set -eo pipefail
${{ inputs.generator-cmd-path }} | jq | tee ${{ inputs.to-file }}
echo "lockfile-path=$(realpath ${{ inputs.to-file }})" | tee -a $GITHUB_OUTPUT
- name: Cleanup
Expand Down

0 comments on commit 9322696

Please sign in to comment.