Skip to content

Commit

Permalink
feat: Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 24, 2023
0 parents commit 12962f4
Show file tree
Hide file tree
Showing 2 changed files with 17,231 additions and 0 deletions.
20 changes: 20 additions & 0 deletions action.yml
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
Loading

0 comments on commit 12962f4

Please sign in to comment.