Skip to content

Commit

Permalink
fix: added baste branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarka Chwastkova committed Jul 8, 2024
1 parent 52e214f commit c41125e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cron-update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
env:
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}

- uses: actions/checkout@v4

- name: Create PR
uses: peter-evans/create-pull-request@v6
# uses: actions/github-script@v6
Expand All @@ -54,6 +52,7 @@ jobs:
title: "feat(icons): update icons from Figma"
body: "- Automatically generated PR on ${process.env.TODAY}.\n- Updates icons from Figma"
branch: feat/update-icons-and-svgs
base: ${{ github.head_ref }}
# with:
# script: |
# github.rest.pulls.create({
Expand Down

0 comments on commit c41125e

Please sign in to comment.