Skip to content

Commit

Permalink
ci: Fix PR step command
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Dec 4, 2023
1 parent 817a664 commit fb85241
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tokens-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
- name: Create Pull Request
run: |
gh pr create --base master \
gh pr create \
--base master \
--head ${{ github.ref_name }} \
--title 'feat: Design Tokens Update' \
--body 'Design Tokens were updated! This PR was created to update the code.' \
--reviwer MewsSystems/tech.mo.platform.owners
--reviewer MewsSystems/tech.mo.platform.owners
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fb85241

Please sign in to comment.