mirror of
https://github.com/konpa/devicon.git
synced 2025-08-16 03:24:13 +02:00
Change the repo reference in the workflow
This commit is contained in:
1
.github/workflows/build_icons.yml
vendored
1
.github/workflows/build_icons.yml
vendored
@@ -11,6 +11,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
|
repository: ${{ github.event.pull_request.head.repo.full_name}}
|
||||||
- name: Setup Python v3.8
|
- name: Setup Python v3.8
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user