From eddf451ea4c4d906d6aba978223fa330e5974701 Mon Sep 17 00:00:00 2001 From: Alex Gabites Date: Thu, 27 Oct 2022 23:42:55 +1300 Subject: [PATCH] Add license and issues link to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ba4c5ea..5b8b25f 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,11 @@ jobs: deployment_id: ${{ steps.deployment.outputs.deployment_id }} env_url: ${{ steps.netlify.outputs.NETLIFY_PROD_URL }} ``` + +## Issues and Bugs + +If you find any, please report them [here](https://github.com/South-Paw/action-netlify-cli/issues) so they can be squashed. + +## License + +MIT, see the [LICENSE](https://github.com/South-Paw/awesome-gatsby-starter/blob/master/LICENSE) file.