From 776ee701852bd07814c3725bbad7d793dd15ce47 Mon Sep 17 00:00:00 2001 From: Davide Violante Date: Sun, 3 Jan 2021 13:04:32 +0100 Subject: [PATCH] Add plugins example, closes #28 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3e89907..1f67398 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ jobs: # AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} ``` +## Usage with plugins +See example in [this issue](https://github.com/serverless/github-action/issues/28) + + ## License The Dockerfile and associated scripts and documentation in this project are released under the Apache-2 license.