Skip to content

Commit 8665df4

Browse files
committed
👷 remove "exit 1" from step "Select config file" to allow the rest of the script of the action to work properly when no configuration file is used or found
1 parent 5614f0f commit 8665df4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ runs:
4848
echo "CONFIG_FILE=${{ steps.repository_name.outputs.REPO_NAME }}.yaml" >> $GITHUB_OUTPUT
4949
else
5050
echo "No config file found!" >&2
51-
exit 1
5251
fi
5352
shell: bash
5453

0 commit comments

Comments
 (0)