This commit is contained in:
Marc Beninca 2024-07-30 22:38:29 +02:00
parent dc4e6fbb36
commit 15bec101c6
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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