diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 3627d44..89b715e 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -175,8 +175,9 @@ jobs: echo "checking health endpoint" curl -sfS http://127.0.0.1:8080/health - # No registry login and no github-token: the default repository is public, so a - # consumer needs no credentials. A failure here means the default has stopped + # No registry login, no github-token, and no version: this is the path a + # consumer with no inputs takes, and the default repository is public, so it + # needs no credentials. A failure here means the defaults have stopped # resolving something anyone can pull. test-published-image-action: runs-on: ubuntu-latest @@ -201,7 +202,6 @@ jobs: id: action uses: ./ with: - version: v0.2.10 nitro-contracts-version: v3.2 l3-enabled: true