Skip to content

chore: refresh .env.example and fix .gitignore trailing newline#33

Merged
kurok merged 1 commit into
mainfrom
chore/refresh-env-example
Jun 9, 2026
Merged

chore: refresh .env.example and fix .gitignore trailing newline#33
kurok merged 1 commit into
mainfrom
chore/refresh-env-example

Conversation

@kurok

@kurok kurok commented Jun 9, 2026

Copy link
Copy Markdown

What

  • .env.example — sync with the current action.yml inputs. It listed only the original inputs; this adds the ones introduced since (ec2-image-filters, ec2-image-owner, eip-allocation-id, iam-role-name, runner-version, encrypt-ebs, http-tokens, debug, aws-resource-tags), groups them by mode (always / start / stop / optional), and fixes header typos. INPUT_AWS-RESOURCE-TAGS defaults to [] because config.js parses it unconditionally, so an empty value crashes a local run on JSON.parse('').
  • .gitignore — add the missing trailing newline.

Why

Docs / local-dev hygiene. Keeps the example in step with action.yml.

Scope

No src/ or dist/ changes, so runtime behavior and the shipped bundle are unchanged. Lint, unit tests (52/52), and verify-dist are unaffected.

Sync .env.example with the current action.yml inputs. It listed only the
original inputs; add the ones introduced since (ec2-image-filters,
ec2-image-owner, eip-allocation-id, iam-role-name, runner-version,
encrypt-ebs, http-tokens, debug, aws-resource-tags), group them by mode,
fix header typos, and default aws-resource-tags to [] so a local run does
not crash on JSON.parse. Add the missing trailing newline to .gitignore.

Signed-off-by: Yuriy R <22548029+kurok@users.noreply.github.com>
@kurok kurok merged commit ee454b5 into main Jun 9, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant