Skip to content

Commit

Permalink
update warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelThamm committed Dec 19, 2024
1 parent 110835d commit 16e80d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/charm-run-task/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
if grep -q -E "^\s*${{ inputs.test-type }}:" Makefile; then
make "${{ inputs.test-type }}"
else
echo "Error: Invalid Make target -> ${{ inputs.test-type }}."
echo "Warning: Make target does not exist -> ${{ inputs.test-type }}."
fi
else
echo "Error: Taskrunner file not found."
Expand Down

0 comments on commit 16e80d5

Please sign in to comment.