mirror of
https://github.com/konpa/devicon.git
synced 2025-08-16 19:44:05 +02:00
Fix a bug for the ref error in the workflow
This commit is contained in:
13
.github/workflows/build_icons.yml
vendored
13
.github/workflows/build_icons.yml
vendored
@@ -1,17 +1,13 @@
|
|||||||
name: Build Icons
|
name: Build Icons
|
||||||
on:
|
on: push
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Get Fonts From Icomoon
|
name: Get Fonts From Icomoon
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: ${{ github.head_ref }}
|
||||||
- name: Set up Python 3.8
|
- name: Set up Python 3.8
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
@@ -29,5 +25,4 @@ jobs:
|
|||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: Built new icons, icomoon.json and devicon.css
|
commit_message: Built new icons, icomoon.json and devicon.css
|
||||||
branch: build-integrate
|
branch: action-fix
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
|
Reference in New Issue
Block a user