1
0
mirror of synced 2026-01-07 00:01:39 -05:00

added prettier command

This commit is contained in:
Courtney Wilson
2022-07-14 18:33:56 +00:00
committed by GitHub
parent 4c1134c486
commit b60ca80344

View File

@@ -63,11 +63,10 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES}}
OLD_ISSUE: ${{ github.event.issue.html_url }}
- name: Comment on the new issue
run: gh issue comment $NEW_ISSUE --body "This issue was originally opened in the open source repo as $OLD_ISSUE"
env:
GITHUB_TOKEN: ${{secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES}}
NEW_ISSUE: ${{ env.NEW_ISSUE }}
OLD_ISSUE: ${{ github.event.issue.html_url }}