Skip to content

Commit

Permalink
composite
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexsJones committed Jan 4, 2022
1 parent 9921922 commit 63ad588
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/action.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
shell: bash
- run: |
export DATREE_TOKEN="${{ inputs.datree_token }}"
helm datree test ${{ inputs.chart_directory }} || true
helm datree test ${{ inputs.chart_directory }} -- --values ${{ inputs.chart_directory }}/${{ inputs.values_file }} || true
result=$?
echo "::set-output name=result::$result"
shell: bash

0 comments on commit 63ad588

Please sign in to comment.