Skip to content

Commit 3cd05e3

Browse files
code linted
1 parent 6437e36 commit 3cd05e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44
[[ -n "${DEBUG:-}" ]] && set -x
55

6-
REPO_PRIVATE=$(jq -r '.repository.private | tostring' "$GITHUB_EVENT_PATH" 2>/dev/null || echo "")
6+
REPO_PRIVATE=$(jq -r '.repository.private | tostring' "${GITHUB_EVENT_PATH:-}" 2>/dev/null || echo "")
77
UPSTREAM="planetscale/ghcommit-action"
88
ACTION_REPO="${GITHUB_ACTION_REPOSITORY:-}"
99
DOCS_URL="https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions"

0 commit comments

Comments
 (0)