Skip to content

Commit

Permalink
feat: Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jul 10, 2024
1 parent bf3e4cc commit 01c25d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/ash -l
# shellcheck shell=dash

_yaml_to_properties() {
local yaml_file="$1"
Expand Down Expand Up @@ -57,6 +58,4 @@ _yqProperties=$(_yaml_to_properties "$INPUT_YAML_FILE_PATH")

_set_github_outputs "$_yqProperties" "$_propertyNameDotReplace"

cat $GITHUB_OUTPUT

exit 0

0 comments on commit 01c25d1

Please sign in to comment.