actions
This commit is contained in:
parent
a4a394616c
commit
6882d1cc9b
2 changed files with 2 additions and 5 deletions
8
actions/square/action.yaml
Normal file
8
actions/square/action.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
inputs:
|
||||
num:
|
||||
required: true
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- id: get-square
|
||||
run: python3 -m get_num_square
|
Loading…
Add table
Add a link
Reference in a new issue