benbalter/Last Run Action

Determine when a workflow was last run and/or update the last run time.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
modeOperation mode: 'get', 'set', or 'get-and-set'.yesget
fail-if-missingIf true and no previous timestamp is found (or invalid), the action fails.nofalse
namedescription
last-runThe last time the workflow was run, in ISO 8601 format.
first-run'true' when no prior timestamp was found (first run / newly seeded); 'false' otherwise. Only meaningful for modes that include `get`.