Skip to content

radiomix/gh-composite-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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