File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,6 +100,15 @@ Common steps for initializing a job for GitHub actions. This composite action co
100100| swift-prefer-oss-toolchain | Whether to prefer Swift open source toolchain over Xcode | No | false |
101101| swift-sdks | Semi-colon separated list of Swift SDKs to install | No | - |
102102
103+ **Task**
104+
105+ | Input | Description | Required | Default |
106+ |----------------|----------------------------------------------------------|----------|---------|
107+ | setup-task | Whether to setup Task | No | - |
108+ | task-version | Task version to use | No | 3.50.0 |
109+ | task-retries | Number of retries to set up task | No | 3 |
110+ | checkout-token | Personal access token (PAT) used to fetch the repository | No | - |
111+
103112# ## Outputs
104113
105114**Checkout Outputs**
You can’t perform that action at this time.
0 commit comments