on: [push] jobs: # test: # runs-on: docker # steps: # - run: echo All good! dotnet: runs-on: docker steps: - id: checkout uses: actions/checkout@v7 with: repository: "pascal_nulah/Nulah.PowerShell" ref: "feature/forgejo-runner-and-actions" github-server-url: "https://git.moar.ws/" - id: dotnet-build uses: ./.forgejo/dotnet-build/action.yml' # with: # input-two-required: "two" - run: test "${{ steps.dotnet-build.outputs.key }}" = "two"