Skip to content

Commit

Permalink
Fix workflow syntax (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mering authored Aug 27, 2024
1 parent 6e4ded3 commit a4b0056
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/publish-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: devcontainers-community/publish-feature@v1 with:
files: |
devcontainer-feature.json
install.sh
lib.sh
LICENSE
README.md
test.sh
- uses: devcontainers-community/publish-feature@v1
with:
files: |
devcontainer-feature.json
install.sh
lib.sh
LICENSE
README.md
test.sh

0 comments on commit a4b0056

Please sign in to comment.