diff --git a/README.md b/README.md index e9776a0..bc2c905 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Actions Status](https://github.com/jashparekh/cloud-functions-action/workflows/Lint/badge.svg?branch=main)](https://github.com/jashparekh/cloud-functions-action/actions) [![Actions Status](https://github.com/jashparekh/cloud-functions-action/workflows/Unit%20Tests/badge.svg?branch=main)](https://github.com/jashparekh/cloud-functions-action/actions) [![Actions Status](https://github.com/jashparekh/cloud-functions-action/workflows/Integration%20Test/badge.svg?branch=main)](https://github.com/jashparekh/cloud-functions-action/actions) -![Version](https://img.shields.io/static/v3.svg?label=Version&message=v1&color=lightgrey&?link=http://left&link=https://github.com/jashparekh/cloud-functions-action/tree/v3) +![Version](https://img.shields.io/static/v3.svg?label=Version&message=v1&color=lightgrey&?link=http://left&link=https://github.com/jashparekh/cloud-functions-action/tree/v1) # Cloud Function Github Action diff --git a/action.yml b/action.yml index 5132950..cbb06b4 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ ## action.yml -name: 'Google Bigquery "Deploy table, view and other structure definitions" Action for Github Action' -description: 'Creates a Bigquery structure if it does not exists, else updates it' +name: 'Google Cloud Function "Deploy code" Action for Github Action' +description: 'This Github action can be used to deploy code to Cloud Functions.' author: 'Jash Parekh ' branding: icon: 'activity'