Skip to content

Commit

Permalink
chore(vuesion+): add currency input
Browse files Browse the repository at this point in the history
  • Loading branch information
devCrossNet committed Dec 22, 2021
1 parent b352008 commit c8ee510
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deployment_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
path: ./src/components/b-calender-datepicke
token: ${{ secrets.VUESION_PAT }}

- name: Checkout Vuesion+ Currency input
uses: actions/checkout@v2
with:
repository: vuesion/vuesion-plus-currency-input
path: ./src/components/c-currency-input
token: ${{ secrets.VUESION_PAT }}

- name: Setup node
uses: actions/setup-node@v2
with:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/deployment_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
path: ./src/components/b-calender-datepicke
token: ${{ secrets.VUESION_PAT }}

- name: Checkout Vuesion+ Currency input
uses: actions/checkout@v2
with:
repository: vuesion/vuesion-plus-currency-input
path: ./src/components/c-currency-input
token: ${{ secrets.VUESION_PAT }}

- name: Setup node
uses: actions/setup-node@v2
with:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
path: ./src/components/b-calender-datepicke
token: ${{ secrets.VUESION_PAT }}

- name: Checkout Vuesion+ Currency input
uses: actions/checkout@v2
with:
repository: vuesion/vuesion-plus-currency-input
path: ./src/components/c-currency-input
token: ${{ secrets.VUESION_PAT }}

- name: Setup node
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit c8ee510

Please sign in to comment.