1 Star 0 Fork 0

JackWhh/hash-files

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
action.yml 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
seepine 提交于 2023-08-02 00:39 . chore(release): v1.0.0
name: 'hash-files'
description: 'Compute the SHA256 hash of specified files'
author: 'seepine'
inputs:
workdir:
description: >
The working directory for the action.
default: ${{ github.workspace }}
required: false
patterns:
description: >
The patterns used to match files. You can input multiple patterns seperated by `\n`.
We recommand using `|` to concat the patterns in `.yml` files.
required: true
gitignore:
description: >
Respect ignore patterns in .gitignore files that apply to the globbed files.
default: true
required: false
ignoreFiles:
descruption: >
Glob patterns to look for ignore files, which are then used to ignore globbed files.
This is a more generic form of the gitignore option, allowing you to find ignore files with a compatible syntax.
For instance, this works with Babel's .babelignore, Prettier's .prettierignore, or ESLint's .eslintignore files.
required: false
outputs:
hash:
description: 'The computed hash result'
matched-files:
description: 'The files matched by the patterns'
runs:
using: 'node16'
main: 'dist/index.js'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jack_whh/hash-files.git
git@gitee.com:jack_whh/hash-files.git
jack_whh
hash-files
hash-files
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385