Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/publish-to-s3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ inputs:
required: false
default: ""
dry-run:
description: Show what would be uploaded and invalidated, and change nothing.
description: Dry run. Show what would be uploaded and invalidated, and change nothing.
required: false
default: "false"

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ what moved. See

## [Unreleased]

### Changed

- `publish-to-s3`'s `dry-run` description now says "dry run". It described the
behavior without naming it, so anyone scanning for the term — including in a
`workflow_dispatch` checkbox, where GitHub shows only the description — did
not find it.

## [1.2.0] - 2026-09-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ work for another until an entry is added.
| `distribution-id` | — | CloudFront distribution to invalidate; omit to skip |
| `acl` | `none` | AWS recommends ACLs disabled. Set to `public-read` for a legacy bucket with no policy |
| `public-base-url` | — | Public URL serving the published objects. When set, the summary links every published file and one is fetched afterwards to confirm it is readable |
| `dry-run` | `false` | Show what would happen and change nothing |
| `dry-run` | `false` | Dry run. Show what would be uploaded and invalidated, and change nothing |

Run it with `dry-run: true` first. It refuses to publish an empty or missing
source directory, because a build that "succeeds" into nothing would otherwise
Expand Down