Skip to content

Commit

Permalink
feat: added cat
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipebros committed Dec 8, 2020
1 parent 0918d2d commit e3550de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ ref=$(jq -r ".pull_request.head.ref" "$GITHUB_EVENT_PATH")
number=$(jq -r ".pull_request.number" "$GITHUB_EVENT_PATH")
action=$(jq -r ".action" "$GITHUB_EVENT_PATH")
state=$(jq -r ".review.state" "$GITHUB_EVENT_PATH")
echo "${GITHUB_EVENT_PATH} GITHUB_EVENT_PATH"

cat $GITHUB_EVENT_PATH

check_contains_wip_label() {
RESPONSE=$(
Expand Down Expand Up @@ -67,7 +66,7 @@ run_ci_when_approved() {

resultado=$(
curl \
-X POST \
-X POST -s\
-H "${AUTH_HEADER}" \
-H "${API_HEADER}" \
"${URI}/repos/${GITHUB_REPOSITORY}/actions/workflows/wip.yml/dispatches" \
Expand Down

0 comments on commit e3550de

Please sign in to comment.