Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.07 KB

partial-variables.md

File metadata and controls

28 lines (20 loc) · 1.07 KB

Partial Variables

Table of Contents

GITHUB_REPOSITORY_OWNER_PART

Owner part of the environment variable GITHUB_REPOSITORY

GITHUB_REPOSITORY GITHUB_REPOSITORY_OWNER_PART
octocat/Hello-World octocat
rlespinasse/Hello-World.go rlespinasse
AnotherPerson/SomeRepository AnotherPerson

GITHUB_REPOSITORY_NAME_PART

Repository name part of the environment variable GITHUB_REPOSITORY

GITHUB_REPOSITORY GITHUB_REPOSITORY_NAME_PART
octocat/Hello-World Hello-World
rlespinasse/Hello-World.go Hello-World.go
AnotherPerson/SomeRepository SomeRepository