Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(argo-lint): fallback to hardcode action repo (#213)
* fix(argo-lint): add action_repository directly to with: The redirection via `env:` would only apply when it's reference in `run:`. * fix(argo-lint): hardcode repo * fix(argo-lint): default ref to master * fix(argo-lint): only use master * fix(argo-lint): s/master/main * revert to main version * print context and use hardcoded repo * quote slash * fix identation * fix identation again * use || * rever indentation * rever indentation * remove debugging lines * move env into with * Revert "move env into with" This reverts commit 186aef0.
- Loading branch information