Skip to content

Commit b745708

Browse files
authored
Merge pull request #372 from devicons/fix-build-process
fix build process
2 parents 7532278 + 99ed44c commit b745708

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_icons.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
if: ${{ success() }}
4343
uses: peter-evans/create-pull-request@v3
4444
with:
45-
branch: ${{ format('build/{0}', github.head_ref) }}
46-
base: 'develop'
45+
branch: 'master-build-result'
46+
base: 'master'
4747
commit-message: 'Built new icons, icomoon.json and devicon.css'
4848
title: 'bot:build new icons, icomoon.json and devicon.css'
4949
body: 'Automated font-building task ran by GitHub Actions bot'

0 commit comments

Comments
 (0)