We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf82e4 commit 6786412Copy full SHA for 6786412
.github/workflows/copy-api-issue-to-internal.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Create an issue in the docs-content repo
47
run: |
48
- new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/docs-content --label 'skip FR board')"
+ new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/docs-content)"
49
echo 'NEW_ISSUE='$new_issue_url >> $GITHUB_ENV
50
env:
51
GITHUB_TOKEN: ${{secrets.DOCS_BOT_PAT_WORKFLOW_READORG}}
0 commit comments