diff --git a/.github/workflows/build_icons.yml b/.github/workflows/build_icons.yml index 2f6e69d1..2719cce7 100644 --- a/.github/workflows/build_icons.yml +++ b/.github/workflows/build_icons.yml @@ -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' diff --git a/devicon.json b/devicon.json index 418d0217..71d05136 100644 --- a/devicon.json +++ b/devicon.json @@ -1105,12 +1105,17 @@ "original-wordmark" ], "font": [ - "plain", - "plain-wordmark" + "original", + "original-wordmark" ] }, "color": "#181616", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] }, { "name": "gitlab", @@ -2952,4 +2957,4 @@ "color": "#68b604", "aliases": [] } -] \ No newline at end of file +]