Skip to content

Commit beb9b21

Browse files
committed
Add missing checkout step
1 parent 33e359c commit beb9b21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/devcontainer-command.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
packages: write
1717

1818
steps:
19+
- name: Checkout
20+
uses: actions/checkout@v4
21+
1922
- uses: ./.github/actions/devcontainer
2023
with:
2124
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)