diff --git a/.github/workflows/publish-to-s3.yml b/.github/workflows/publish-to-s3.yml index 56f48a8..918436e 100644 --- a/.github/workflows/publish-to-s3.yml +++ b/.github/workflows/publish-to-s3.yml @@ -27,7 +27,7 @@ on: workflow_dispatch: inputs: dry_run: - description: "Report what would happen without uploading or invalidating" + description: "Dry Run: Report what would be uploaded and invalidated, and change nothing." type: boolean default: true