mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
16 lines
855 B
Markdown
16 lines
855 B
Markdown
# ActionWorkflow
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**badgeUrl** | **String** | BadgeURL is the URL for the workflow badge | [optional]
|
|
**createdAt** | [**Date**](Date.md) | | [optional]
|
|
**deletedAt** | [**Date**](Date.md) | | [optional]
|
|
**htmlUrl** | **String** | HTMLURL is the web URL for viewing the workflow | [optional]
|
|
**id** | **String** | ID is the unique identifier for the workflow | [optional]
|
|
**name** | **String** | Name is the name of the workflow | [optional]
|
|
**path** | **String** | Path is the file path of the workflow | [optional]
|
|
**state** | **String** | State indicates if the workflow is active or disabled | [optional]
|
|
**updatedAt** | [**Date**](Date.md) | | [optional]
|
|
**url** | **String** | URL is the API URL for this workflow | [optional]
|