You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[](https://github.com/marketplace/actions/github-environment-variables-action)
[](https://github.com/FranzDiebold/github-env-vars-action/actions?query=workflow%3A%22Lint+and+Test%22)
|`CI_REPOSITORY_SLUG`| The slug of the owner and repository name (i.e. slug of `FranzDiebold/github-env-vars-action`). |`franzdiebold-github-env-vars-action`|
15
+
|`CI_REPOSITORY_SLUG`| The slug of the owner and repository name (i.e. slug of `FranzDiebold/github-env-vars-action`). The slug is truncated to 63 characters.|`franzdiebold-github-env-vars-action`|
16
16
|`CI_REPOSITORY_OWNER`| The owner of the repository. |`FranzDiebold`|
17
-
|`CI_REPOSITORY_OWNER_SLUG`| The slug of the owner of the repository. |`franzdiebold`|
17
+
|`CI_REPOSITORY_OWNER_SLUG`| The slug of the owner of the repository. The slug is truncated to 63 characters.|`franzdiebold`|
18
18
|`CI_REPOSITORY_NAME`| The name of the repository. |`github-env-vars-action`|
19
-
|`CI_REPOSITORY_NAME_SLUG`| The slug of the name of the repository. |`github-env-vars-action`|
19
+
|`CI_REPOSITORY_NAME_SLUG`| The slug of the name of the repository. The slug is truncated to 63 characters.|`github-env-vars-action`|
20
20
|`CI_REPOSITORY`| The owner and repository name. Copy of `GITHUB_REPOSITORY` - for reasons of completeness. |`FranzDiebold/github-env-vars-action`|
21
-
|`CI_REF_SLUG`| The slug of the branch, tag or PR number *ref* that triggered the workflow (i.e. slug of `refs/heads/feat/feature-branch-1`). <br>If neither a branch, tag or PR number is available for the event type, the variable will not exist. |`refs-heads-feat-feature-branch-1` or<br> `refs-tags-v1-3-7` or<br> `refs-pull-42-merge`|
21
+
|`CI_REF_SLUG`| The slug of the branch, tag or PR number *ref* that triggered the workflow (i.e. slug of `refs/heads/feat/feature-branch-1`). <br>If neither a branch, tag or PR number is available for the event type, the variable will not exist. The slug is truncated to 63 characters. |`refs-heads-feat-feature-branch-1` or<br> `refs-tags-v1-3-7` or<br> `refs-pull-42-merge`|
22
22
|`CI_ACTION_REF_NAME`| The branch or tag *name* that triggered the workflow. For pull requests it is the *head* branch name. |`feat/feature-branch-1` or<br> `v1.3.7`|
23
-
|`CI_ACTION_REF_NAME_SLUG`| The slug of the branch or tag *name* that triggered the workflow. For pull requests it is the slug of the *head* branch name. |`feat-feature-branch-1` or<br> `v1-3-7`|
23
+
|`CI_ACTION_REF_NAME_SLUG`| The slug of the branch or tag *name* that triggered the workflow. For pull requests it is the slug of the *head* branch name. The slug is truncated to 63 characters.|`feat-feature-branch-1` or<br> `v1-3-7`|
24
24
|`CI_REF_NAME`| The branch *name*, tag *name* or PR number that triggered the workflow. <br>If neither a branch, tag or PR number is available for the event type, the variable will not exist. |`feat/feature-branch-1` or<br> `v1.3.7` or<br> `42/merge`|
25
-
|`CI_REF_NAME_SLUG`| The slug of the branch *name*, tag *name* or PR number that triggered the workflow. <br>If neither a branch, tag or PR number is available for the event type, the variable will not exist. |`feat-feature-branch-1` or<br> `v1-3-7` or<br> `42-merge`|
25
+
|`CI_REF_NAME_SLUG`| The slug of the branch *name*, tag *name* or PR number that triggered the workflow. <br>If neither a branch, tag or PR number is available for the event type, the variable will not exist. The slug is truncated to 63 characters. |`feat-feature-branch-1` or<br> `v1-3-7` or<br> `42-merge`|
26
26
|`CI_REF`| The branch, tag or PR number *ref* that triggered the workflow. <br>If neither a branch, tag or PR number is available for the event type, the variable will not exist. Copy of `GITHUB_REF` - for reasons of completeness. |`refs/heads/feat/feature-branch-1` or<br> `refs/tags/v1.3.7` or<br> `refs/pull/42/merge`|
27
-
|`CI_HEAD_REF_SLUG`| The slug of the head branch *name*. <br>Only set for event type *pull request* or forked repositories. |`feat-feature-branch-1`|
27
+
|`CI_HEAD_REF_SLUG`| The slug of the head branch *name*. <br>Only set for event type *pull request* or forked repositories. The slug is truncated to 63 characters.|`feat-feature-branch-1`|
28
28
|`CI_HEAD_REF`| Only set for forked repositories / pull request. The branch of the head repository / the head branch name. Copy of `GITHUB_HEAD_REF` - for reasons of completeness. |`feat/feature-branch-1`|
29
-
|`CI_BASE_REF_SLUG`| The slug of the base branch *name*. <br>Only set for event type *pull request* or forked repositories. |`main`|
29
+
|`CI_BASE_REF_SLUG`| The slug of the base branch *name*. <br>Only set for event type *pull request* or forked repositories. The slug is truncated to 63 characters.|`main`|
30
30
|`CI_BASE_REF`| Only set for forked repositories / pull request. The branch of the base repository / the base branch name. Copy of `GITHUB_BASE_REF` - for reasons of completeness. |`main`|
31
31
|`CI_SHA_SHORT`| The shortened commit SHA (8 characters) that triggered the workflow. |`ffac537e`|
32
32
|`CI_SHA`| The commit SHA that triggered the workflow. Copy of `GITHUB_SHA` - for reasons of completeness. |`ffac537e6cbbf934b08745a378932722df287a53`|
0 commit comments