Skip to content

Commit

Permalink
feat: add github action update submodule nexp-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Jan 15, 2023
1 parent f043518 commit bc56775
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,31 @@ jobs:
path: ~/circleci/coverage
destination: reports/

# This workflow contains a single job called "build"
build:
name: Submodule update
runs-on: ubuntu-latest
steps:
##########################
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2

####################################
# Run the action against code base #
####################################
- name: run action
id: run_action
uses: fatjyc/[email protected]
with:
user: Murzbul
token: ${{ secrets.GH_TOKEN }}
repo: nexp-cli
repo_owner: DigiChanges
committor_username: nrusso
committor_email: [email protected]
path: templates/node-experience
workflows:
version: 2
test_build:
Expand Down

0 comments on commit bc56775

Please sign in to comment.