Skip to content

Commit

Permalink
ci: Change main branch to dev in generate-icons workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
neretin-trike committed Nov 18, 2024
1 parent f3833a1 commit 7617e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
ref: dev
show-progress: false
fetch-depth: 0
path: current
Expand Down Expand Up @@ -84,4 +84,4 @@ jobs:
git add ./packages/plasma-icons/
git commit -m "feat(plasma-icons): New icons were added from plasma v$PLASMA_VER"
git push --set-upstream origin release/plasma-icons-$PLASMA_VER
gh pr create --base main --head release/plasma-icons-$PLASMA_VER --title "feat(plasma-icons): Update from plasma-web" --body "Icons were updated to v$PLASMA_VER"
gh pr create --base dev --head release/plasma-icons-$PLASMA_VER --title "feat(plasma-icons): Update from plasma-web" --body "Icons were updated to v$PLASMA_VER"

0 comments on commit 7617e85

Please sign in to comment.