1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-30 09:40:04 +02:00

Fix the ref issue of the checkout action and sqlalchemy (#472)

* Remove head_ref from checkout action

* Fixed the svg errs in sqlalchemy
This commit is contained in:
Thomas Bui
2021-01-08 16:06:35 -08:00
committed by GitHub
parent 82bccb11fd
commit 5fea57350f
6 changed files with 11 additions and 41 deletions

View File

@@ -6,8 +6,6 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Setup Python v3.8
uses: actions/setup-python@v2
with:

View File

@@ -6,8 +6,6 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Setup Python v3.8
uses: actions/setup-python@v2
with:

View File

@@ -9,8 +9,6 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Setup Python v3.8
uses: actions/setup-python@v2
with: