hopefully fix actions

This commit is contained in:
Send_Nukez 2022-02-03 16:16:07 +01:00
parent 301a972a53
commit 162616c2cb
3 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
repository: ${{ github.event.repository.full_name }}
ref: ${{ github.event.repository.default_branch }}
fetch-depth: 0

View file

@ -14,6 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
repository: ${{ github.event.repository.full_name }}
ref: ${{ github.head_ref }}
fetch-depth: 0

View file

@ -10,6 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
repository: ${{ github.event.repository.full_name }}
ref: ${{ github.head_ref }}
- name: Get commit SHA