From 11ae4e96f3736dd36b1befe9031a100f720deef1 Mon Sep 17 00:00:00 2001 From: Clare Liguori Date: Fri, 29 Nov 2019 09:44:16 -0800 Subject: [PATCH] Add link action.yml for full input/output documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8469ff1..847316a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Add the following step to your workflow: aws-region: us-east-2 ``` +See [action.yml](action.yml) for the full documentation for this action's inputs and outputs. + ## Credentials We recommend following [Amazon IAM best practices](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html) for the AWS credentials used in GitHub Actions workflows, including: