From a4b00560766ce3abdf3fd8bd747e175d1488ea2c Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 27 Aug 2024 20:29:51 +0200 Subject: [PATCH] Fix workflow syntax (#15) --- .github/workflows/publish-feature.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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