From ffa3b4e8be5ba4b6d6c0dc7a43c69437e4ca5da2 Mon Sep 17 00:00:00 2001 From: k-iwashita-prtimes Date: Sat, 4 Feb 2023 02:20:11 +0900 Subject: [PATCH] update README --- README.md | 3 ++- sample-actions/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 776b452..57ab149 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,8 @@ Glue Jobを実行するコマンドです。実行時のオプション引数は ```bash $ gjobctl run ``` - +## GitHub Actions参考実装 +[こちら](https://github.com/iwashi623/gjobctl/tree/main/sample-actions) ## Next.. - [ ] テストの実装 diff --git a/sample-actions/README.md b/sample-actions/README.md index b0d3cdc..c5d5b34 100644 --- a/sample-actions/README.md +++ b/sample-actions/README.md @@ -1,4 +1,4 @@ -#sample-actions +# sample-actions これは`gjobctl`を使った、Github Actionsの参考実装です。 Glue Jobの定義ファイルやスクリプトファイルを一つのリポジトリで管理するときに有効だと思います。