diff --git a/github_workflows_status.sh b/github_workflows_status.sh index aa87b41c..67d428e8 100755 --- a/github_workflows_status.sh +++ b/github_workflows_status.sh @@ -34,7 +34,7 @@ If no repo arg is given and is inside a git repo then takes determines the repo usage_args=" []" workflows="$( - "$srcdir/github_workflows.sh" "$@" | + "$srcdir/github_actions_workflows.sh" "$@" | jq -r '.workflows[].path' | sed 's|.github/workflows/||;s|\.yaml$||' )"