Skip to content

Commit 95f1306

Browse files
authored
Update CI workflow by removing submodule settings
Removed submodule and SSH key configuration from CI workflow.
1 parent 1652591 commit 95f1306

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
with:
15-
submodules: true
16-
ssh-key: ${{ secrets.VLAB_PRIVATE_KEY }}
1714
- name: Configure Git Credentials
1815
run: |
1916
git config user.name github-actions[bot]

0 commit comments

Comments
 (0)