1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-12 01:24:42 +02:00

Merge pull request #372 from devicons/fix-build-process

fix build process
This commit is contained in:
Thomas Bui
2020-12-07 23:12:36 -08:00
committed by GitHub

View File

@@ -42,8 +42,8 @@ jobs:
if: ${{ success() }}
uses: peter-evans/create-pull-request@v3
with:
branch: ${{ format('build/{0}', github.head_ref) }}
base: 'develop'
branch: 'master-build-result'
base: 'master'
commit-message: 'Built new icons, icomoon.json and devicon.css'
title: 'bot:build new icons, icomoon.json and devicon.css'
body: 'Automated font-building task ran by GitHub Actions bot'