Skip to content

Commit 15ae3c8

Browse files
authored
Merge pull request #67 from valery1707/slashCommand/lock/fetch
CI Github Actions: Fetch full repo history
2 parents c82311b + 0fc6e6b commit 15ae3c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/slash-command-update-versions-lock.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
token: ${{ secrets.PAT }}
1313
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
1414
ref: ${{ github.event.client_payload.pull_request.head.ref }}
15+
fetch-depth: '0'
16+
lfs: 'true'
17+
submodules: 'true'
1518

1619
- name: Make changes to commit
1720
run: |

0 commit comments

Comments
 (0)