Compare commits
No commits in common. "dev" and "main" have entirely different histories.
3 changed files with 0 additions and 21 deletions
|
@ -14,7 +14,3 @@ jobs:
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
- run: spcd-synchronize
|
- run: spcd-synchronize
|
||||||
- uses: ./spcd/synchronize
|
|
||||||
with:
|
|
||||||
firstarg: 2
|
|
||||||
secondarg: 4
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
import os
|
|
||||||
|
|
||||||
try:
|
|
||||||
num1 = int(os.environ.get("INPUT_FIRSTARG"))
|
|
||||||
num2 = int(os.environ.get("INPUT_SECONDARG"))
|
|
||||||
except Exception:
|
|
||||||
exit(f"integer error for {num1} or {num2}")
|
|
||||||
print(num1 * num2)
|
|
|
@ -1,9 +0,0 @@
|
||||||
inputs:
|
|
||||||
firstarg:
|
|
||||||
required: true
|
|
||||||
secondarg:
|
|
||||||
required: true
|
|
||||||
runs:
|
|
||||||
using: composite
|
|
||||||
steps:
|
|
||||||
- run: python3 -m multiply
|
|
Loading…
Reference in a new issue