generated from yumemi-inc/typescript-action-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 12962f4
Showing
2 changed files
with
17,231 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Clean Cache Action | ||
description: Cleans up caches for GitHub Actions by their keys or branches. | ||
author: YUMEMI Inc. | ||
branding: | ||
icon: trash | ||
color: green | ||
runs: | ||
using: node16 | ||
main: 'index.js' | ||
inputs: | ||
token: | ||
required: true | ||
description: Authenticated GitHub token. | ||
default: '${{ github.token }}' | ||
ref: | ||
required: false | ||
description: The full Git reference for narrowing down the cache. The ref for a branch should be formatted as refs/heads/<branch name>. To reference a pull request use refs/pull/<number>/merge. | ||
key: | ||
required: false | ||
description: An explicit key or prefix for identifying the cache |
Oops, something went wrong.