Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
remove exit 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ferenc-hechler committed Jun 12, 2024
1 parent 76190ca commit 93af16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: report error
if: steps.values_yaml_contains_version_suffix.outputs.result=='true'
run: |
echo "::error file=charts/canvas-oda/values.yaml::contains prereleaseSuffixes: [${{ steps.version_suffixes.outputs.result }}]" && exit 1
echo "::error file=charts/canvas-oda/values.yaml::contains prereleaseSuffixes: [${{ steps.version_suffixes.outputs.result }}]"

0 comments on commit 93af16d

Please sign in to comment.