workflow
This commit is contained in:
parent
2098a67a6e
commit
d7dc9cb284
1 changed files with 7 additions and 0 deletions
|
@ -14,3 +14,10 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
- run: spcd-synchronize
|
- run: spcd-synchronize
|
||||||
|
- name: Fetch num squared
|
||||||
|
id: get_square
|
||||||
|
uses: ./ # Uses an action in the root directory
|
||||||
|
# or use a released Github Action
|
||||||
|
# uses: shipyard/github-action/fetch-shipyard-env@1.0.0
|
||||||
|
with:
|
||||||
|
num: 11
|
||||||
|
|
Loading…
Reference in a new issue