Skip to content

Commit a4b0056

Browse files
authored
Fix workflow syntax (#15)
1 parent 6e4ded3 commit a4b0056

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/publish-feature.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
registry: ghcr.io
2020
username: ${{ github.actor }}
2121
password: ${{ secrets.GITHUB_TOKEN }}
22-
- uses: devcontainers-community/publish-feature@v1 with:
23-
files: |
24-
devcontainer-feature.json
25-
install.sh
26-
lib.sh
27-
LICENSE
28-
README.md
29-
test.sh
22+
- uses: devcontainers-community/publish-feature@v1
23+
with:
24+
files: |
25+
devcontainer-feature.json
26+
install.sh
27+
lib.sh
28+
LICENSE
29+
README.md
30+
test.sh

0 commit comments

Comments
 (0)