From 052186bb999a0fb28f971b4f2c2a0c187945c575 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 9 Dec 2022 14:25:13 +1300 Subject: [PATCH] FIX Remove __response.json before committing files --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 42fc231..81dfd68 100644 --- a/action.yml +++ b/action.yml @@ -94,6 +94,7 @@ runs: exit 1 fi JSON=$(cat __response.json) + rm __response.json NUMBERS=$(echo $JSON | jq '.[] | select(.title=="DEP Update JS dependencies" and .user.login=="github-actions[bot]") | .number') for NUMBER in $NUMBERS; do # https://docs.github.com/en/rest/pulls/pulls#update-a-pull-request