-
-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Per PR instructions I'm opening this as an issue, as it appears to just be a typo.
https://github.com/linuxserver/docker-jackett/blob/master/.github/workflows/external_trigger.yml#L93
- if "${artifacts_found}" == "true" ]]; then
+ if [[ "${artifacts_found}" == "true" ]]; thenIntroduced in c406221, was causing the error line 77: : command not found in the step External Trigger:
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done