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
These installation methods are maintained by the community and may not always be up-to-date with the latest Task version. The Task team does not directly control these packages.
102
+
These installation methods are maintained by the community and may not always be
103
+
up-to-date with the latest Task version. The Task team does not directly control
If you want to install Task in GitHub Actions you can try using
257
-
[this action](https://github.com/arduino/setup-task) by the Arduino team:
284
+
We have an [official GitHub Action](https://github.com/go-task/setup-task) to
285
+
install Task in your GitHub workflows. This repository is forked from the
286
+
fantastic project by the Arduino team. Check out the repository for more
287
+
examples and configuration.
258
288
259
289
```yaml
260
290
- name: Install Task
261
-
uses: arduino/setup-task@v2
262
-
with:
263
-
version: 3.x
264
-
repo-token: ${{ secrets.GITHUB_TOKEN }}
291
+
uses: go-task/setup-task@v1
265
292
```
266
293
267
294
::: warning Community Maintained
268
295
269
-
These installation methods are maintained by the community and may not always be up-to-date with the latest Task version. The Task team does not directly control these packages.
296
+
These installation methods are maintained by the community and may not always be
297
+
up-to-date with the latest Task version. The Task team does not directly control
0 commit comments