parent
33bcfdc4d3
commit
c033ad6391
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
- run: spcd-synchronize
|
- run: spcd-synchronize
|
||||||
- id: get_square
|
- uses: ./actions/square
|
||||||
uses: ./actions/square
|
id: get_square
|
||||||
with:
|
with:
|
||||||
num: 11
|
num: 11
|
||||||
|
|
|
@ -4,5 +4,5 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
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