Skip to content

Commit

Permalink
[CI] Deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
forest-extension-admin committed Jan 21, 2024
1 parent f17178a commit 5ca5058
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/dispatch_plugin_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <admin@forest-extension>
push_options: '--force'

- name: push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 5ca5058

Please sign in to comment.