Skip to content

api_function_getgithubactionsworkflowrunuri

hugoalh edited this page Sep 23, 2023 · 3 revisions

Get-GitHubActionsWorkflowRunUri

  • Type: Function
  • In Version: >= v0.5.0
  • Alias:
    • Get-GitHubActionsWorkflowRunUrl

Get the URI of the workflow run; Which is a shortcut of:

"$Env:GITHUB_SERVER_URL/$Env:GITHUB_REPOSITORY/actions/runs/$Env:GITHUB_RUN_ID"
  • Get-GitHubActionsWorkflowRunUri

Parameter

N/A

Output

<String> URI of the workflow run.

Guide

API

Enum

Enum Flag

Function

Function Alias

Clone this wiki locally