From 4869d4b0438f6a36509b6ad975199daac9b961d7 Mon Sep 17 00:00:00 2001 From: Doug Lance <4741454+douglance@users.noreply.github.com> Date: Fri, 21 Aug 2026 17:52:15 -0400 Subject: [PATCH] ci: exercise the action's defaults in the acceptance test The job pinned version v0.2.10, so the `latest` default it documents was never exercised. Public `latest-` aliases exist as of v0.3.0, so dropping the input covers what a consumer supplying nothing actually resolves. --- .github/workflows/test-action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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