Skip to content

Commit

Permalink
Merge pull request #7 from silverstripe/emteknetnz-patch-2
Browse files Browse the repository at this point in the history
FIX Remove __response.json before committing files
  • Loading branch information
GuySartorelli authored Dec 9, 2022
2 parents d3e7d5d + 052186b commit 74d6f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74d6f00

Please sign in to comment.