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