Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upciti/wakemeops-action
Github Action for WakeMeOps
https://github.com/upciti/wakemeops-action
action apt cicd github-actions
Last synced: about 2 months ago
JSON representation
Github Action for WakeMeOps
- Host: GitHub
- URL: https://github.com/upciti/wakemeops-action
- Owner: upciti
- License: mit
- Created: 2022-01-30T17:32:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T21:18:41.000Z (8 months ago)
- Last Synced: 2024-10-31T10:46:23.483Z (2 months ago)
- Topics: action, apt, cicd, github-actions
- Language: Shell
- Homepage: https://docs.wakemeops.com/
- Size: 18.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![cicd](https://github.com/upciti/wakemeops-action/actions/workflows/cicd.yml/badge.svg)
# wakemeops-action
:warning: **This action is currently unstable. Do not use it in production.**
:warning: **Running this action inside containers is currently not supported.**
## Introduction
This action lets you easily install packages from the WakeMeOps Debian repository on linux runners.
WakeMeOps is a Debian repository containing - among other things - up-to-date devops tools such as kubectl, kustomize, helm, helmfile, ...
For more information see https://docs.wakemeops.com and https://github.com/upciti/wakemeops.
## Usage example
```yaml
- name: Install dependencies
uses: upciti/wakemeops-action@v1
with:
packages: |
helm=3.7.2*
kustomize=4.4.1*
kubectl=1.22.4*
```