# shellcheck shell=sh
# shellcheck disable=SC2039,3043
___x_cmd_gh_action(){
    param:scope  ___x_cmd_github
    param:subcmd ___x_cmd_gh_action                     \
        workflow    "Interacting with workflow files"   \
        run         "Interacting with workflow runs"    \
        artifact    "Interacting with workflow artifact"
    param:subcmd:try
    param:run

    ___x_cmd_gh_action _param_help_doc
    return 1
}