mirror of
https://github.com/konpa/devicon.git
synced 2025-01-18 05:58:13 +01:00
Changed built branch name to build/{{source}}
This commit is contained in:
parent
ae7caa20fa
commit
1059057bfa
2
.github/workflows/build_icons.yml
vendored
2
.github/workflows/build_icons.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
if: ${{ success() }}
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
branch: 'build/feature/test-123'
|
||||
branch: ${{ format('build/{0}', github.head_ref) }}
|
||||
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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user