diff --git a/parse_issue.sh b/parse_issue.sh index 6bf216c..db9b15f 100644 --- a/parse_issue.sh +++ b/parse_issue.sh @@ -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