feat(action): we've verified the file exists from the output of the last step so lets make a predictable error by string to use it next
All checks were successful
/ dotnet (push) Successful in 8s
All checks were successful
/ dotnet (push) Successful in 8s
This commit is contained in:
parent
8ab7863163
commit
9573da25df
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ jobs:
|
|||
# idk just show me what the fuck exists
|
||||
- name: list directory contents
|
||||
run: ls ./.forgejo/dotnet-build -la
|
||||
- name: 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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue