mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-09-03 00:17:57 +00:00
Adds repo field to checkout
This commit is contained in:
@@ -9,6 +9,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
repository: ${{ github.repository }}
|
||||
ref: ${{ github.head_ref }}
|
||||
fetch-depth: 0
|
||||
- name: Installing dependencies
|
||||
|
||||
Reference in New Issue
Block a user