Skip to content

Commit 9d4a1de

Browse files
committed
fix: correct path indentation in checkout action
path must be under with: parameter block.
1 parent f38c9fc commit 9d4a1de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-vscode-workflows-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout github-workflows
1818
uses: actions/checkout@v6
19-
path: toolkit
19+
with:
20+
path: toolkit
2021

2122
- name: Checkout apex-language-support
2223
uses: actions/checkout@v6

0 commit comments

Comments
 (0)