diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 7df76d1..e57951c 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -8,9 +8,7 @@ jobs: runs-on: dotnet steps: - id: dotnet-build - uses: Nulah.PowerShell/dotnet-build - with: - ref: 'feature/forgejo-runner-and-actions' + uses: Nulah.PowerShell/dotnet-build@feature/forgejo-runner-and-actions' # with: # input-two-required: "two" - run: test "${{ steps.dotnet-build.outputs.key }}" = "two"