mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-06 19:27:08 +01:00
Line endings on files.
This commit is contained in:
@@ -84,4 +84,4 @@ jobs:
|
||||
echo '::set-output name=commit_hash::${{ steps.create-commit.outputs.commit_hash }}'
|
||||
else
|
||||
echo "::set-output name=commit_hash::${GITHUB_SHA}"
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -72,4 +72,4 @@ jobs:
|
||||
steps:
|
||||
- name: Check lint matrix status
|
||||
if: ${{ (inputs.chartsToLint != '' && inputs.chartsToLint != '[]') && (needs.lint-chart.result != 'success') }}
|
||||
run: exit 1
|
||||
run: exit 1
|
||||
|
||||
Reference in New Issue
Block a user