2024-03-25 20:49:14 +00:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
job:
|
2024-07-22 13:07:48 +00:00
|
|
|
container:
|
2024-07-30 18:27:58 +00:00
|
|
|
image: ${{vars.DOCKER}}debian:bookworm
|
2024-03-25 20:49:14 +00:00
|
|
|
steps:
|
2024-07-30 18:27:58 +00:00
|
|
|
- name: spcd
|
2024-03-25 20:49:14 +00:00
|
|
|
env:
|
2024-07-30 18:30:41 +00:00
|
|
|
SPCD: ${{vars.SPCD}}
|
|
|
|
SPCD_SSH_HOSTS: ${{vars.SPCD_SSH_HOSTS}}
|
|
|
|
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
|
|
|
|
run: ${{vars.SPCD}}
|
2024-03-25 20:49:14 +00:00
|
|
|
|
2024-07-30 18:27:58 +00:00
|
|
|
- run: spcd-build-project
|
|
|
|
- run: spcd-browse-workspace
|
|
|
|
- run: spcd-synchronize
|
2024-07-30 20:00:11 +00:00
|
|
|
- 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
|