Skip to content

Commit

Permalink
ARCH-130: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
finfa committed Oct 17, 2023
1 parent 5cf287e commit 8654d71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8654d71

Please sign in to comment.