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: content/actions/learn-github-actions/contexts.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,7 @@ The `github` context contains information about the workflow run and the event t
183
183
|`github.action_path`|`string`| The path where an action is located. This property is only supported in composite actions. You can use this path to access files located in the same repository as the action. |
184
184
|`github.action_ref`|`string`| For a step executing an action, this is the ref of the action being executed. For example, `v2`. |
185
185
|`github.action_repository`|`string`| For a step executing an action, this is the owner and repository name of the action. For example, `actions/checkout`. |
186
+
|`github.action_status`|`string`| For a composite action, the current result of the composite action. |
186
187
|`github.actor`|`string`| The username of the user that initiated the workflow run. |
187
188
|`github.api_url`|`string`| The URL of the {% data variables.product.prodname_dotcom %} REST API. |
188
189
|`github.base_ref`|`string`| The `base_ref` or target branch of the pull request in a workflow run. This property is only available when the event that triggers a workflow run is either `pull_request` or `pull_request_target`. |
0 commit comments