Skip to content

Instantly share code, notes, and snippets.

@clement-joye
Created May 15, 2021 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clement-joye/c3014f656b3b0759ddf73fdf2d5f8d02 to your computer and use it in GitHub Desktop.
Save clement-joye/c3014f656b3b0759ddf73fdf2d5f8d02 to your computer and use it in GitHub Desktop.
{
"resources": [
{
"absoluteUrl": "https://api.github.com/repos/${company}/${repo}/actions/runs",
"values": {
"status": "workflow_runs[0].conclusion",
"webUrl": "workflow_runs[0].html_url"
}
}
],
"variables": {
"company": "yourOrganisationName",
"repo": "yourProjectName",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment