Skip to content

Commit

Permalink
fix(ci): Missing checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante authored Mar 22, 2024
1 parent 462e854 commit e8b4bb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
- main

jobs:
build:
features:
runs-on: ubuntu-latest
steps:
- name: "Publish Features"
- uses: actions/checkout@v3
- name: Features
uses: devcontainers/action@v1
with:
publish-features: "true"
Expand Down

0 comments on commit e8b4bb9

Please sign in to comment.