Skip to content

Commit e4acfad

Browse files
committed
Add the money
1 parent 5eef1d7 commit e4acfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "Checking if a PR command..."
1111
(jq -r ".issue.pull_request.url" "$GITHUB_EVENT_PATH") || exit 78
1212

1313
# get the SHA to revert
14-
COMMIT_TO_REVERT=(jq -r ".comment.body" "$GITHUB_EVENT_PATH" | cut -c 9-)
14+
COMMIT_TO_REVERT=$(jq -r ".comment.body" "$GITHUB_EVENT_PATH" | cut -c 9-)
1515

1616
if [[ "$(jq -r ".action" "$GITHUB_EVENT_PATH")" != "created" ]]; then
1717
echo "This is not a new comment event!"

0 commit comments

Comments
 (0)