Skip to content

Commit

Permalink
Fix the ref issue of the checkout action and sqlalchemy (#472)
Browse files Browse the repository at this point in the history
* Remove head_ref from checkout action

* Fixed the svg errs in sqlalchemy
  • Loading branch information
Thomas-Boi authored Jan 9, 2021
1 parent 82bccb1 commit 5fea573
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 41 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check_svgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/peek_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions icons/sqlalchemy/sqlalchemy-original-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions icons/sqlalchemy/sqlalchemy-original.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 7 additions & 31 deletions icons/sqlalchemy/sqlalchemy-plain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5fea573

Please sign in to comment.