diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index b5cb991..540813d 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -47,9 +47,6 @@ jobs: GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }} with: working_directory: generic_provider - repo_config: true - repo_homepage: "https://anton.belodedenko.me/generic-custom-resource-provider" - repo_description: "CloudFormation generic custom resource provider." # .. AWS::Lambda::Function:Code:ImageUri can't be public :/ # https://stackoverflow.com/a/67389055/1559300 # https://stackoverflow.com/a/69997191/1559300 diff --git a/README.md b/README.md index 16a692c..81b4d56 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# cfn-custom-resource-provider [![Build Status](https://travis-ci.org/belodetek/cfn-generic-custom-resource.svg?branch=master)](https://travis-ci.org/belodetek/cfn-generic-custom-resource) [![Build Status](https://github.com/belodetek/cfn-generic-custom-resource/actions/workflows/flowzone.yml/badge.svg)](https://github.com/belodetek/cfn-generic-custom-resource/actions/workflows/flowzone.yml) +# cfn-custom-resource-provider [![Build Status](https://github.com/belodetek/cfn-generic-custom-resource/actions/workflows/flowzone.yml/badge.svg)](https://github.com/belodetek/cfn-generic-custom-resource/actions/workflows/flowzone.yml) > **TL;DR** One *Custom Resource provider* to Rule Them All, inspect the [code](https://github.com/ab77/cfn-generic-custom-resource/blob/master/generic_provider/generic_provider.py), read the [blog](https://anton.belodedenko.me/generic-custom-resource-provider/), try some [examples](http://cloudformation.belodetek.io/#mock-client-requests) and consider [contributing](CONTRIBUTING.md) 🤓