1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-13 18:14:21 +02:00

Fix a bug for the ref error in the workflow

This commit is contained in:
Thomas Bui
2020-09-02 23:13:35 -07:00
parent c6848be946
commit 52d729a49b

View File

@@ -1,17 +1,13 @@
name: Build Icons
on:
push:
branches:
- master
pull_request:
branches:
- master
on: push
jobs:
build:
name: Get Fonts From Icomoon
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
@@ -29,5 +25,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Built new icons, icomoon.json and devicon.css
branch: build-integrate
ref: ${{ github.head_ref }}
branch: action-fix