actions
This commit is contained in:
parent
a4a394616c
commit
6882d1cc9b
2 changed files with 2 additions and 5 deletions
|
@ -14,10 +14,7 @@ jobs:
|
|||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
- 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
|
||||
- id: get_square
|
||||
uses: ./actions/square
|
||||
with:
|
||||
num: 11
|
||||
|
|
Loading…
Reference in a new issue