Skip to content

Commit

Permalink
remove unnecessary escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
komish committed Sep 15, 2023
1 parent da63a8e commit 963c81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-chart-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
test "${lockpath}" = "${{ steps.assemble-path.outputs.dirpath }}" \
&& { echo "Lock found for chart ${{ inputs.chartname }} and submission is coming from the correct path ${{ steps.assemble-path.outputs.dirpath }}."; exit 0 ;}
echo "::error::Submission is invalid. The chart name '${{ inputs.chartname }}' is locked to submissions from path \'${lockpath}\' and this submission appears to come from '${{ steps.assemble-path.outputs.dirpath }}'"
echo "::error::Submission is invalid. The chart name '${{ inputs.chartname }}' is locked to submissions from path '${lockpath}' and this submission appears to come from '${{ steps.assemble-path.outputs.dirpath }}'"
exit 1

0 comments on commit 963c81a

Please sign in to comment.