Skip to content

Commit

Permalink
checkout everything
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Feb 27, 2024
1 parent 4a2d92b commit 51401d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,21 @@ jobs:
repository: "pandrr/cables"
ref: "develop"
token: ${{ SECRETS.STANDALONE_TOKEN }}
path: 'cables/'
- name: checkout cables ui
uses: actions/checkout@v4
with:
repository: "undev-studio/cables_ui"
ref: "develop"
token: ${{ SECRETS.STANDALONE_TOKEN }}
path: 'cables_ui/'
- name: checkout cables standalone
uses: actions/checkout@v4
with:
repository: "cables-gl/cables_electron"
ref: "develop"
token: ${{ SECRETS.STANDALONE_TOKEN }}
path: 'cables_electron/'
- name: install nodejs
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 51401d2

Please sign in to comment.