mirror of
https://github.com/konpa/devicon.git
synced 2025-08-14 02:24:04 +02:00
static branch name for build
since we are only triggering this action manually when a new release should be made we need to specify a fixed name for the resulting branch
This commit is contained in:
4
.github/workflows/build_icons.yml
vendored
4
.github/workflows/build_icons.yml
vendored
@@ -42,8 +42,8 @@ jobs:
|
|||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
branch: ${{ format('build/{0}', github.head_ref) }}
|
branch: 'master-build-result'
|
||||||
base: 'develop'
|
base: 'master'
|
||||||
commit-message: 'Built new icons, icomoon.json and devicon.css'
|
commit-message: 'Built new icons, icomoon.json and devicon.css'
|
||||||
title: 'bot:build 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'
|
body: 'Automated font-building task ran by GitHub Actions bot'
|
||||||
|
Reference in New Issue
Block a user