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:
2
.github/workflows/build_icons.yml
vendored
2
.github/workflows/build_icons.yml
vendored
@@ -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:
|
||||
|
2
.github/workflows/check_svgs.yml
vendored
2
.github/workflows/check_svgs.yml
vendored
@@ -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:
|
||||
|
2
.github/workflows/peek_icons.yml
vendored
2
.github/workflows/peek_icons.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user