文件名称:gh-action-increment-value
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-29 06:52:04
JavaScript
增值GitHub行动 该GitHub Actions自动增加由condition指定的文件中写入的值。 如何使用 如果您在foobar/baz目录中具有以下build-number.json文件: {"buildNumber":3} .github/workflows目录中的increment.yaml .github/workflows YAML文件的.github/workflows如下: name : Increment value test on : push : branches : - main paths-ignore : - ' foobar/baz/build_number.json ' jobs : test : name : Increment value test runs-on : ubuntu-
【文件预览】:
gh-action-increment-value-main
----.gitignore(13B)
----Dockerfile(361B)
----package.json(589B)
----LICENSE(1KB)
----index.js(2KB)
----README.md(2KB)
----action.yml(643B)
----yarn.lock(22KB)