Skip to content

Commit a1782a9

Browse files
committed
feat: added echo
1 parent fd3eadc commit a1782a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ ref=$(jq -r ".pull_request.head.ref" "$GITHUB_EVENT_PATH")
3232
number=$(jq -r ".pull_request.number" "$GITHUB_EVENT_PATH")
3333
action=$(jq -r ".action" "$GITHUB_EVENT_PATH")
3434
state=$(jq -r ".[] | .review.state" "$GITHUB_EVENT_PATH")
35+
echo "${state} state"
36+
3537

3638
check_contains_wip_label() {
3739
RESPONSE=$(

0 commit comments

Comments
 (0)