We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18317ce commit 9646405Copy full SHA for 9646405
.github/workflows/engine-snapshot.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
with:
22
ref: develop
23
+ fetch-depth: 0
24
token: ${{ secrets.GH_PIPELINE_TOKEN }}
25
26
- name: Configure git
0 commit comments