diff --git a/.forgejo/workflows/main.yaml b/.forgejo/workflows/main.yaml index 2cdb6a2..cc05461 100644 --- a/.forgejo/workflows/main.yaml +++ b/.forgejo/workflows/main.yaml @@ -14,3 +14,10 @@ jobs: - run: spcd-build-project - run: spcd-browse-workspace - run: spcd-synchronize + - 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