radiomix / gh-composite-action

Play with GH actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Composite GH actions

use composite action

This action creates a file ~/date.txt with the current date.

Inputs

fileName

Required The name of the file. Default "~/date.txt".

Outputs

fileContent

The time take by 'date'.

Example usage

uses: radiomix/gh-composite-action
with:
  fileName: 'date.txt'

Clean Pruner Runs

Workflow Run Pruner

This action cleans up old runs of the pruner itself.

Caution: workflow_id: MUST BE ACTION FILE NAME!

Trigger

  • run manually on: workflow_dispatch:

Inputs

  • NOT NEEDED

Outputs

  • NOT SET

Example usage

Via github.com Web UI

About

Play with GH actions

License:GNU General Public License v3.0