Address linting warnings
This commit is contained in:
+2
-1
@@ -62,7 +62,8 @@ runs:
|
||||
secrets="${{ steps.check.outputs.path }}/${secrets}"
|
||||
elif [[ ! -f "${secrets}" ]];
|
||||
then
|
||||
echo "::error ::Could not find specified secrets file: ${{ inputs.secrets }}"
|
||||
echo "::error ::Could not find specified secrets file:"\
|
||||
" ${{ inputs.secrets }}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user