feat(action): test self hosted action
Some checks failed
/ checkout (push) Has been cancelled

This commit is contained in:
Scott 2026-09-08 17:11:57 +10:00
commit 9dbc7c41ea

View file

@ -5,20 +5,17 @@ jobs:
# steps:
# - run: echo All good!
checkout:
runs-on: dotnet
runs-on: self-hosted:host
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/"
# runs-on: dotnet
# 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/"
- name: list directory contents
run: ls ./.forgejo/dotnet-build -la
- id: why_not_use_the_action_we_just_verified_exists_from_above
uses: ./.forgejo/dotnet-build
# - id: dotnet-build
# uses: ./.forgejo/dotnet-build/action.yml'
# # with:
# # input-two-required: "two"
# - run: test "${{ steps.dotnet-build.outputs.key }}" = "two"
run: ls -la
# - id: why_not_use_the_action_we_just_verified_exists_from_above
# uses: ./.forgejo/dotnet-build