Skip to content

Commit

Permalink
Update cl-create.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meritmalling authored Aug 29, 2024
1 parent 77e9eaf commit ccd5348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cl-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ jobs:
--repo ${{ env.DESTINATION_REPO }} \
--base main \
--head changelog/${{ env.RELEASE_TAG }} \
--title: "Changelog update changelog/${{ env.RELEASE_TAG }}" \
--title "Changelog update changelog/${{ env.RELEASE_TAG }}" \
--reviewer ${{ secrets.REVIEWER }} \
--body "@coderabbitai: ignore
This pull request has been automatically created to update the changelog.
Edit the YYMMDD.mdx file with any updates.
Committing your changes will trigger the update changelog workflow, which will pull your updates into the main changelog files."
env:
GH_TOKEN: ${{ steps.changelog_token.outputs.token }}
GH_TOKEN: ${{ steps.changelog_token.outputs.token }}

0 comments on commit ccd5348

Please sign in to comment.