Skip to content

Commit b8985f8

Browse files
authored
Merge pull request github#15503 from mike-carey/action_status-context
Adds github.action_status to available contexts
2 parents 42bac6a + 5048139 commit b8985f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/actions/learn-github-actions/contexts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ The `github` context contains information about the workflow run and the event t
183183
| `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. |
184184
| `github.action_ref` | `string` | For a step executing an action, this is the ref of the action being executed. For example, `v2`. |
185185
| `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. |
186187
| `github.actor` | `string` | The username of the user that initiated the workflow run. |
187188
| `github.api_url` | `string` | The URL of the {% data variables.product.prodname_dotcom %} REST API. |
188189
| `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

Comments
 (0)