Skip to content

Commit

Permalink
Update create_component.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud authored Dec 18, 2024
1 parent bd831c1 commit 2412aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ jobs:
PR_BODY="This pull request introduces a new component created from the feature request.\n\n### Feature Description\n${{ env.FEATURE_DESCRIPTION }}\n\n### Motivation\n${{ env.MOTIVATION }}\n\n### Potential Solution\n${{ env.POTENTIAL_SOLUTION }}\n\nCloses #${ISSUE_NUMBER}"
curl -X POST -H "Authorization: Bearer $GITHUB_TOKEN" \
-H "Accept: application/vnd.github+json" \
-d '{"title": "'"${PR_TITLE}"'", "head": "${BRANCH_NAME}/'"${PACKAGE_NAME}"'", "base": "master", "body": "'"${PR_BODY}"'"}' \
-d '{"title": "'"${PR_TITLE}"'", "head": "'"${BRANCH_NAME}"/"${PACKAGE_NAME}"'", "base": "master", "body": "'"${PR_BODY}"'"}' \
https://api.github.com/repos/${{ github.repository }}/pulls

0 comments on commit 2412aa3

Please sign in to comment.