文件名称:github_actions_toolkit.dart:在Dart中编写GitHub Action的实用程序
文件大小:59KB
文件格式:ZIP
更新时间:2024-03-22 09:19:04
dart dartlang github-actions dart-package Dart
github_actions_toolkit Dart编码的第三方工具包。 它受到官方Javascript 启发,并包含类似的命令。 查看,以获取Dart GitHub操作的完整示例。 用法 记录中 日志命令可在log下使用。 有四个级别: error warning info debug 具有info级别的日志不会特别强调, stdout直接传输到stdout 。 仅当在存储库中创建了值为true的机密ACTIONS_STEP_DEBUG时,才会显示具有debug级别的日志(请参见“ ”)。 import 'package:github_actions_toolkit/github_actions_toolkit.dart' as gaction; main () async { const logger = gaction.log; logger .
【文件预览】:
github_actions_toolkit.dart-master
----pubspec.yaml(415B)
----.github()
--------workflows()
----lib()
--------src()
--------github_actions_toolkit.dart(183B)
----example()
--------main.dart(2KB)
----LICENSE(1KB)
----README.md(3KB)
----analysis_options.yaml(434B)
----tool()
--------pubspec.yaml(297B)
--------action.yml(300B)
--------README.md(90B)
--------analysis_options.yaml(434B)
--------.gitignore(236B)
--------index.js(744B)
--------node_modules()
--------bin()
--------CHANGELOG.md(50B)
--------package-lock.json(940B)
--------package.json(188B)
----.gitignore(236B)
----CHANGELOG.md(1KB)