We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c82311b + 0fc6e6b commit 15ae3c8Copy full SHA for 15ae3c8
.github/workflows/slash-command-update-versions-lock.yml
@@ -12,6 +12,9 @@ jobs:
12
token: ${{ secrets.PAT }}
13
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
14
ref: ${{ github.event.client_payload.pull_request.head.ref }}
15
+ fetch-depth: '0'
16
+ lfs: 'true'
17
+ submodules: 'true'
18
19
- name: Make changes to commit
20
run: |
0 commit comments