Skip to content
Snippets Groups Projects
Verified Commit cbc1f7f9 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

add return type to `get-mirror-pipelines`

parent 3c223dd6
No related branches found
No related tags found
1 merge request!203run the pipeline on any push in the GitHub mirror
Pipeline #8296 passed
...@@ -7,7 +7,7 @@ const GITHUB_MIRROR = "dragoon-rs/komodo" ...@@ -7,7 +7,7 @@ const GITHUB_MIRROR = "dragoon-rs/komodo"
^$nu.current-exe ./scripts/check-nushell-version.nu ^$nu.current-exe ./scripts/check-nushell-version.nu
def main [branch: string] { def main [branch: string]: [ nothing -> string ] {
let res = gh api ...$GH_API_OPTIONS $"/repos/($GITHUB_MIRROR)/actions/runs" | from json let res = gh api ...$GH_API_OPTIONS $"/repos/($GITHUB_MIRROR)/actions/runs" | from json
let runs = $res.workflow_runs let runs = $res.workflow_runs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment