Skip to content
box

GitHub Action

WakeMeOps

v1.1.1 Latest version

WakeMeOps

box

WakeMeOps

Add WakeMeOps Debian repository and install packages

Installation

Copy and paste the following snippet into your .yml file.

              

- name: WakeMeOps

uses: upciti/wakemeops-action@v1.1.1

Learn more about this action in upciti/wakemeops-action

Choose a version

cicd

wakemeops-action

⚠️ This action is currently unstable. Do not use it in production.

⚠️ 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

- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      helm=3.7.2*
      kustomize=4.4.1*
      kubectl=1.22.4*