1
0
mirror of https://github.com/konpa/devicon.git synced 2025-02-24 01:02:22 +01: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:
Clemens Bastian 2020-12-03 16:58:45 +01:00 committed by GitHub
parent 8c63f66dd7
commit 99ed44cbf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'