Skip to content

Commit b62a5b8

Browse files
committed
fix checkout
1 parent d2cf6b5 commit b62a5b8

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,13 @@ jobs:
1717
app: ['dotnet', 'dotnet4', 'go', 'python', 'ruby']
1818

1919
steps:
20+
- uses: actions/checkout@v4
2021
- uses: launchdarkly/common-actions/ssh-key-by-repo@main
2122
with:
2223
repo_keys_map: |
2324
{
2425
"launchdarkly/rrweb": ${{ toJSON(secrets.LAUNCHDARKLY_RRWEB_DEPLOY_KEY) }}
2526
}
26-
- name: Checkout
27-
uses: actions/checkout@v4
28-
with:
29-
submodules: recursive
3027
3128
- name: Install poetry
3229
run: pipx install poetry

.github/workflows/turbo.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,13 @@ jobs:
1717
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
1818
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
1919
steps:
20+
- uses: actions/checkout@v4
2021
- uses: launchdarkly/common-actions/ssh-key-by-repo@main
2122
with:
2223
repo_keys_map: |
2324
{
2425
"launchdarkly/rrweb": ${{ toJSON(secrets.LAUNCHDARKLY_RRWEB_DEPLOY_KEY) }}
2526
}
26-
- name: Checkout
27-
uses: actions/checkout@v4
28-
with:
29-
submodules: recursive
3027
3128
# automatically caches dependencies based on yarn.lock
3229
- name: Setup Node.js environment

0 commit comments

Comments
 (0)