mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
add link
This commit is contained in:
@@ -53,7 +53,7 @@ output:
|
|||||||
method: timestamp
|
method: timestamp
|
||||||
```
|
```
|
||||||
|
|
||||||
### `includes`
|
### [`includes`](#include)
|
||||||
|
|
||||||
- **Type**: `map[string]Include`
|
- **Type**: `map[string]Include`
|
||||||
- **Description**: Include other Taskfiles
|
- **Description**: Include other Taskfiles
|
||||||
@@ -77,7 +77,7 @@ includes:
|
|||||||
checksum: abc123...
|
checksum: abc123...
|
||||||
```
|
```
|
||||||
|
|
||||||
### `vars`
|
### [`vars`](#variable)
|
||||||
|
|
||||||
- **Type**: `map[string]Variable`
|
- **Type**: `map[string]Variable`
|
||||||
- **Description**: Global variables available to all tasks
|
- **Description**: Global variables available to all tasks
|
||||||
@@ -118,7 +118,7 @@ env:
|
|||||||
sh: echo $DATABASE_URL
|
sh: echo $DATABASE_URL
|
||||||
```
|
```
|
||||||
|
|
||||||
### `tasks`
|
### [`tasks`](#task)
|
||||||
|
|
||||||
- **Type**: `map[string]Task`
|
- **Type**: `map[string]Task`
|
||||||
- **Description**: Task definitions
|
- **Description**: Task definitions
|
||||||
|
Reference in New Issue
Block a user