Skip to content

Commit

Permalink
Test show URL
Browse files Browse the repository at this point in the history
  • Loading branch information
amegias committed Jul 23, 2024
1 parent 2c1e100 commit b3dc354
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate-mistica-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ jobs:
working-directory: scripts/mistica-skin-generator

- name: Create Pull Request
id: create_pr
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.NOVUM_PRIVATE_REPOS }}
add-paths: 'Sources/MisticaCommon/*'
commit-message: 'feat(skin): update design tokens'
title: 'feat(skin): update design tokens from mistica-design'
branch: 'import-design-tokens'
team-reviewers: 'ios'
# team-reviewers: 'ios'
delete-branch: true
draft: true
- name: Show URL in summary annotation
run: echo '::notice::Pull Request generated ${{ steps.create_pr.outputs.pull-request-url }}'

0 comments on commit b3dc354

Please sign in to comment.