Skip to content

Commit

Permalink
Update PR step
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Dec 4, 2023
1 parent a32adea commit d27f146
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tokens-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
git push origin ${{ github.ref_name }}
- name: Create Pull Request
uses: repo-sync/pull-request@v2
with:
destination_branch: "master"
pr_title: "feat: Design Tokens Update"
pr_body: "Design Tokens were updated! This PR was created to update the code."
github_token: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr create -B master -H ${{ github.ref_name }} --title 'feat: Design Tokens Update' --body 'Design Tokens were updated! This PR was created to update the code.'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d27f146

Please sign in to comment.