We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7532278 + 99ed44c commit b745708Copy full SHA for b745708
1 file changed
.github/workflows/build_icons.yml
@@ -42,8 +42,8 @@ jobs:
42
if: ${{ success() }}
43
uses: peter-evans/create-pull-request@v3
44
with:
45
- branch: ${{ format('build/{0}', github.head_ref) }}
46
- base: 'develop'
+ branch: 'master-build-result'
+ base: 'master'
47
commit-message: 'Built new icons, icomoon.json and devicon.css'
48
title: 'bot:build new icons, icomoon.json and devicon.css'
49
body: 'Automated font-building task ran by GitHub Actions bot'
0 commit comments