Skip to content

Commit b44aaec

Browse files
committed
debugging
1 parent e8c40f0 commit b44aaec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ jobs:
3939
with:
4040
fetch-depth: 0
4141
- name: setup access for find-code-references
42-
uses: launchdarkly/common-actions/ssh-key-by-repo@a96f43594a08620a981f2e85aecd60c4a469885d
42+
uses: launchdarkly/common-actions/ssh-key-by-repo@main
4343
with:
4444
repo_keys_map: |
4545
{
4646
"launchdarkly/find-code-references" = ${{ toJSON(secrets.LAUNCHDARKLY_FIND_CODE_REFERECES_DEPLOY_KEY) }}
4747
}
48+
- run: git submodule update --init --recursive
4849
# - uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
4950
# name: Get secrets
5051
# with:

0 commit comments

Comments
 (0)