diff --git a/README.md b/README.md index 2c88034..ed5eee5 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,21 @@ # Checkout Charlie's Github Actions ## Available actions -### Actions for Kubernetes container images +### Kubernetes container images - **build** - **run-tests** -### Actions for Humanitec deployments +### Humanitec deployments - **humanitec-push-image** - **humanitec-deploy-pr** - **humanitec-undeploy-pr** - **humanitec-set-image-automation** +### Parameters + +Refer to `action-name/action.yaml` for the full list of parameters. + ## Recipes ### Build, test and push @@ -135,10 +139,6 @@ Use the `run-tests` action multiple times if you want to display individual test -e MY_SECRET=${{ secrets.MY_SECRET }} \ ``` -## Actions reference - -Refer to `action-name/action.yaml` for the full list of parameters. - ## License MIT