feat(action): Just show me something fucking useful after checkout
All checks were successful
/ dotnet (push) Successful in 8s
All checks were successful
/ dotnet (push) Successful in 8s
This commit is contained in:
parent
0778f67928
commit
69c7cfa899
1 changed files with 8 additions and 5 deletions
|
|
@ -13,8 +13,11 @@ jobs:
|
|||
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"
|
||||
# idk just show me what the fuck exists
|
||||
- name: list directory contents
|
||||
run: ls -la
|
||||
# - 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