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

Change the repo reference in the workflow

This commit is contained in:
Thomas Bui
2020-10-12 14:50:12 -07:00
parent b1de9dcc18
commit 96231aa8e7

View File

@@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name}}
- name: Setup Python v3.8
uses: actions/setup-python@v2
with: