Skip to content

Commit e8b4bb9

Browse files
fix(ci): Missing checkout step
1 parent 462e854 commit e8b4bb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/features.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ on:
55
- main
66

77
jobs:
8-
build:
8+
features:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: "Publish Features"
11+
- uses: actions/checkout@v3
12+
- name: Features
1213
uses: devcontainers/action@v1
1314
with:
1415
publish-features: "true"

0 commit comments

Comments
 (0)