Skip to content

Commit

Permalink
Update parse_issue.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
daniyalj authored Nov 27, 2019
1 parent e4a9512 commit 8154571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parse_issue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
curl -H "Authorization: token $GITHUB_TOKEN" -X GET https://api.github.com/repos/$INPUT_ORG_NAME/$INPUT_REPO_NAME/issues --header "Content-Type:application/vnd.github.symmetra-preview+json" | jq '.[0] | .body' > temp_issues
env
sed 's/\"//g' temp_issues > latest_issue
rm -rf temp_issues
cat latest_issue
ls
# git clone https://github.com/$INPUT_ORG_NAME/$INPUT_REPO_NAME
Expand Down

0 comments on commit 8154571

Please sign in to comment.