Josh Soref

Results 732 issues of Josh Soref

https://github.com/nektos/act/blob/324bab61f056e7e103b142b4c2f8b3b34421d764/pkg/runner/action_cache.go#L135 - #2752 shows that `path ''` is quoted, subpaths should be quoted for the same reasons (it's confusing when they're empty, and it's confusing when they have spaces in...

https://github.com/nektos/act/blob/324bab61f056e7e103b142b4c2f8b3b34421d764/pkg/runner/action.go#L48 ``` [Check Spelling/Check Spelling] failed to read 'action.yml' from action 'checkout' with path '' of step file does not exist failed to read 'action.yaml' from action 'checkout' with path...

### Bug report info ```plain text act version: 0.2.69 GOOS: darwin GOARCH: arm64 NumCPU: 10 Docker host: DOCKER_HOST environment variable is not set Sockets found: /var/run/docker.sock Config files: /Users/jsoref/.actrc: #-P...

kind/bug
stale
area/workflow
area/action
backlog

## Summary of the Pull Request This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling) ## PR Checklist - [ ] **Closes:** Link to issue #xxx - [ ] **Communication:**...

- these services all use & favor https (technically Speedtest favors https://www.speedtest.net/ over https://speedtest.net/, but that probably changes randomly, whereas https isn't going away...)

https://cd.apps.argoproj.io/applications/argocd/argo-workflows?resource=&operation=false&node=apps%2FDeployment%2Fargo%2Fargo-server%2F0&tab=logs > E0118 22:58:19.622240 1 reflector.go:158] "Unhandled Error" err="pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:243: Failed to watch argoproj.io/v1alpha1, Resource=clusterworkflowtemplates: failed to list argoproj.io/v1alpha1, Resource=clusterworkflowtemplates: clusterworkflowtemplates.argoproj.io is forbidden: User \"system:serviceaccount:argo:argo-server\" cannot list resource \"clusterworkflowtemplates\" in API...

Reading the log from `[email protected]` in https://github.com/check-spelling-sandbox/opentelemetry-collector-contrib/actions/runs/12681692584/job/35345929645 is frustrating. There's no output at the top indicating what to look for for errors and no output at the bottom. Errors _appear_...

Stale

Reading the log from `[email protected]` in https://github.com/check-spelling-sandbox/opentelemetry-collector-contrib/actions/runs/12681692584/job/35345929645 was an adventure... I'm not really sure that a link check count per file is particularly helpful, so it's probably worth considering omitting...

Stale

- closes #395 This doesn't technically remove the line. It just changes the guard from `!quiet` to `verbose`. I'm also willing to remove it entirely, but as there is a...