feat(action): change name to id to see if the output changes
Some checks failed
/ dotnet (push) Failing after 8s
Some checks failed
/ dotnet (push) Failing after 8s
This commit is contained in:
parent
22bb1d235a
commit
1231224367
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ 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
|
||||
- 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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue