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 2128cdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cron-update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jobs:
env:
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}

- uses: actions/checkout@v4

- name: Create PR
uses: peter-evans/create-pull-request@v6
id: cpr
# uses: actions/github-script@v6
if: env.new_files == 'true'
with:
Expand All @@ -54,6 +53,8 @@ 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
# branch: ${{ github.head_ref }}
base: master
# with:
# script: |
# github.rest.pulls.create({
Expand Down

0 comments on commit 2128cdf

Please sign in to comment.