Skip to content

add missing doc#7

Merged
tmclaugh merged 1 commit intomainfrom
feature/template-parameter
Apr 29, 2026
Merged

add missing doc#7
tmclaugh merged 1 commit intomainfrom
feature/template-parameter

Conversation

@tmclaugh
Copy link
Copy Markdown
Member

No description provided.

Co-authored-by: Copilot <copilot@github.com>
Copilot AI review requested due to automatic review settings April 29, 2026 00:59
@tmclaugh tmclaugh merged commit 19786b7 into main Apr 29, 2026
2 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the action documentation to include previously undocumented AWS SAM-related inputs, aligning README usage docs more closely with the action’s declared interface.

Changes:

  • Document template_file input for SAM template path.
  • Document packaged_template_file input for the packaged SAM template path.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
- `use_aws_sam` (optional): Boolean to determine if SAM artifact should be uploaded.
- `aws_account_region` (optional): AWS region to use for SAM packaging.
- `template_file` (optional): Path to SAM template file.
- `packaged_template_file` (optional): Path to packaged SAM template file.
Copy link

Copilot AI Apr 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README Outputs section still doesn’t document the packaged-template output that is defined in action.yaml. Since this PR is about adding missing docs, please add that output to README to keep docs consistent with the action interface.

Copilot uses AI. Check for mistakes.
Comment thread README.md
@@ -20,6 +20,8 @@ See below for inputs, outputs, and examples.
- `artifact_retention_days` (optional): Number of days to retain artifacts..
Copy link

Copilot AI Apr 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There’s an extra period at the end of this sentence (“artifacts..”). Please remove the duplicate punctuation to avoid a typo in the inputs documentation.

Suggested change
- `artifact_retention_days` (optional): Number of days to retain artifacts..
- `artifact_retention_days` (optional): Number of days to retain artifacts.

Copilot uses AI. Check for mistakes.
Comment thread README.md
Comment on lines 22 to 26
- `aws_account_region` (optional): AWS region to use for SAM packaging.
- `template_file` (optional): Path to SAM template file.
- `packaged_template_file` (optional): Path to packaged SAM template file.
- `sam_s3_bucket` (optional): S3 bucket for SAM deployment.
- `sam_s3_prefix` (optional): S3 prefix for SAM deployment.
Copy link

Copilot AI Apr 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These inputs are only used when use_aws_sam is true (the composite step references them only in that conditional branch). Consider clarifying that in the descriptions so users don’t think they matter for the non-SAM path.

Suggested change
- `aws_account_region` (optional): AWS region to use for SAM packaging.
- `template_file` (optional): Path to SAM template file.
- `packaged_template_file` (optional): Path to packaged SAM template file.
- `sam_s3_bucket` (optional): S3 bucket for SAM deployment.
- `sam_s3_prefix` (optional): S3 prefix for SAM deployment.
- `aws_account_region` (optional): AWS region to use for SAM packaging. Only used when `use_aws_sam` is `true`.
- `template_file` (optional): Path to SAM template file. Only used when `use_aws_sam` is `true`.
- `packaged_template_file` (optional): Path to packaged SAM template file. Only used when `use_aws_sam` is `true`.
- `sam_s3_bucket` (optional): S3 bucket for SAM deployment. Only used when `use_aws_sam` is `true`.
- `sam_s3_prefix` (optional): S3 prefix for SAM deployment. Only used when `use_aws_sam` is `true`.

Copilot uses AI. Check for mistakes.
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.

2 participants