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:
|
||||
contents: read
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Get branch name
|
||||
id: get_branch
|
||||
|
Loading…
x
Reference in New Issue
Block a user