mirror of
https://github.com/D4M13N-D3V/godot_template.git
synced 2025-03-14 10:04:59 +00:00
fix fetch depth on workflow
This commit is contained in:
parent
9e4bd93b64
commit
e6ac4e9a76
6
.github/workflows/game_web_ci.yml
vendored
6
.github/workflows/game_web_ci.yml
vendored
@ -111,8 +111,10 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Get branch name
|
- name: Get branch name
|
||||||
id: get_branch
|
id: get_branch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user