Skip to content

Commit 8ead1ad

Browse files
committed
fix(action): function declaration
1 parent 933668d commit 8ead1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: github-action/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
function checkParameter() {
5+
checkParameter() {
66
if [ -z "$2" ]
77
then
88
echo "$1 is required, but not provided"

0 commit comments

Comments
 (0)