feat(action): change name to id to see if the output changes
Some checks failed
/ dotnet (push) Failing after 8s

This commit is contained in:
Scott 2026-09-08 16:47:21 +10:00
commit 1231224367

View file

@ -16,7 +16,7 @@ jobs:
# idk just show me what the fuck exists # idk just show me what the fuck exists
- name: list directory contents - name: list directory contents
run: ls ./.forgejo/dotnet-build -la 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 uses: ./.forgejo/dotnet-build
# - id: dotnet-build # - id: dotnet-build
# uses: ./.forgejo/dotnet-build/action.yml' # uses: ./.forgejo/dotnet-build/action.yml'