diff --git a/.github/workflows/tokens-pr.yml b/.github/workflows/tokens-pr.yml index 29d09c35..2d983889 100644 --- a/.github/workflows/tokens-pr.yml +++ b/.github/workflows/tokens-pr.yml @@ -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 }}