💾 Archived View for freeshell.de › tldr › gh-workflow.gmi captured on 2023-01-29 at 04:48:12. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
List, view, and run GitHub Actions workflows.
gh workflow view
gh workflow view {id|workflow_name|filename.yml} --web
gh workflow view {id|workflow_name|filename.yml} --yaml
gh workflow view {id|workflow_name|filename.yml} --ref {branch_or_tag_name} --yaml
gh workflow list
gh workflow run {id|workflow_name|filename.yml} --raw-field {param1}={value1} --raw-field {param2}={value2}
echo '{{"param1":"value1", "param2":"value2"}}' | gh workflow run {id|workflow_name|filename.yml} --ref {branch_or_tag_name}
gh workflow {enable|disable} {id|workflow_name|filename.yml}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).