From 5ca5058a012c2150bf2f7dbd6cd055c90d3a66f2 Mon Sep 17 00:00:00 2001 From: forest-extension-admin Date: Sun, 21 Jan 2024 20:04:36 +0900 Subject: [PATCH] [CI] Deploy CI --- .github/workflows/dispatch_plugin_template.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dispatch_plugin_template.yaml b/.github/workflows/dispatch_plugin_template.yaml index aa26556..66a82a0 100644 --- a/.github/workflows/dispatch_plugin_template.yaml +++ b/.github/workflows/dispatch_plugin_template.yaml @@ -71,11 +71,14 @@ jobs: run: | spaceone create-project -s spaceone.$SPACEONE_SERVICE.plugin.$SPACEONE_RESOURCE.skeleton src/plugin - - name: commit changes - uses: EndBug/add-and-commit@v7 + - name: Push plugin template to master + uses: stefanzweifel/git-auto-commit-action@v4 with: - add: '.' - author_name: github-actions + commit_message: "[CI] Plugin template has been built" + commit_user_name: forest-extension-admin + commit_user_email: admin@forest-extension + commit_author: forest-extension-admin + push_options: '--force' - name: push changes uses: ad-m/github-push-action@master