diff --git a/.github/workflows/publish-feature.yml b/.github/workflows/publish-feature.yml index 1b29e79..d0fc2f4 100644 --- a/.github/workflows/publish-feature.yml +++ b/.github/workflows/publish-feature.yml @@ -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