Compare commits
No commits in common. "c033ad63912aa801da69561325cc8b6caf56064e" and "72127a4e17541bde90da53e9b1f3ada69926f234" have entirely different histories.
c033ad6391
...
72127a4e17
2 changed files with 6 additions and 3 deletions
|
@ -14,7 +14,10 @@ jobs:
|
|||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
- run: spcd-synchronize
|
||||
- uses: ./actions/square
|
||||
- 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
|
||||
|
|
|
@ -4,5 +4,5 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- run: python3 -m get_num_square
|
||||
id: get-square
|
||||
- id: get-square
|
||||
run: python3 -m get_num_square
|
Loading…
Reference in a new issue