↓ id
All checks were successful
/ job (push) Successful in 3m30s

This commit is contained in:
Marc Beninca 2024-07-30 22:38:29 +02:00
parent 33bcfdc4d3
commit c033ad6391
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-browse-workspace
- run: spcd-synchronize
- id: get_square
uses: ./actions/square
- uses: ./actions/square
id: get_square
with:
num: 11

View file

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