Compare commits
3 commits
72127a4e17
...
c033ad6391
Author | SHA1 | Date | |
---|---|---|---|
c033ad6391 | |||
33bcfdc4d3 | |||
51ef1a8ccd |
2 changed files with 3 additions and 6 deletions
|
@ -14,10 +14,7 @@ jobs:
|
|||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
- run: spcd-synchronize
|
||||
- name: Fetch num squared
|
||||
- uses: ./actions/square
|
||||
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
|
||||
|
|
|
@ -4,5 +4,5 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- id: get-square
|
||||
run: python3 -m get_num_square
|
||||
- run: python3 -m get_num_square
|
||||
id: get-square
|
Loading…
Reference in a new issue