This commit is contained in:
parent
db5f6371b5
commit
9dbc7c41ea
1 changed files with 12 additions and 15 deletions
|
|
@ -5,20 +5,17 @@ jobs:
|
||||||
# steps:
|
# steps:
|
||||||
# - run: echo All good!
|
# - run: echo All good!
|
||||||
checkout:
|
checkout:
|
||||||
runs-on: dotnet
|
runs-on: self-hosted:host
|
||||||
steps:
|
steps:
|
||||||
- id: checkout
|
# runs-on: dotnet
|
||||||
uses: actions/checkout@v7
|
# steps:
|
||||||
with:
|
# - id: checkout
|
||||||
repository: "pascal_nulah/Nulah.PowerShell"
|
# uses: actions/checkout@v7
|
||||||
ref: "feature/forgejo-runner-and-actions"
|
# with:
|
||||||
github-server-url: "https://git.moar.ws/"
|
# repository: "pascal_nulah/Nulah.PowerShell"
|
||||||
|
# ref: "feature/forgejo-runner-and-actions"
|
||||||
|
# github-server-url: "https://git.moar.ws/"
|
||||||
- name: list directory contents
|
- name: list directory contents
|
||||||
run: ls ./.forgejo/dotnet-build -la
|
run: ls -la
|
||||||
- id: why_not_use_the_action_we_just_verified_exists_from_above
|
# - id: why_not_use_the_action_we_just_verified_exists_from_above
|
||||||
uses: ./.forgejo/dotnet-build
|
# 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"
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue