Skip to content

Commit

Permalink
Merge pull request #3859 from github/bearcherian-patch-1
Browse files Browse the repository at this point in the history
fix label name
  • Loading branch information
bearcherian authored Aug 14, 2024
2 parents 0963ed5 + 8cc7f4f commit c99bc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy-documentation-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Create an issue in the api-platform repo
run: |
new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/api-platform --label "REST,OpenAPI")"
new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/api-platform --label "REST,openapi")"
echo 'NEW_ISSUE='$new_issue_url >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{secrets.ISSUE_TRANSFER_TOKEN}}
Expand Down

0 comments on commit c99bc2c

Please sign in to comment.