1
0
mirror of https://github.com/go-task/task.git synced 2025-06-15 00:15:10 +02:00

Merge pull request #490 from per1234/update-setup-task-action

Update docs for new arduino/setup-task action repository
This commit is contained in:
Andrey Nering
2021-05-20 21:23:42 -03:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ and is published [here](https://marketplace.visualstudio.com/items?itemName=paul
Some installation methods are maintained by third party: Some installation methods are maintained by third party:
- [GitHub Actions](https://github.com/arduino/actions/tree/master/setup-taskfile) - [GitHub Actions](https://github.com/arduino/setup-task)
by [@arduino](https://github.com/arduino) by [@arduino](https://github.com/arduino)
- [AUR](https://aur.archlinux.org/packages/taskfile-git) - [AUR](https://aur.archlinux.org/packages/taskfile-git)
by [@kovetskiy](https://github.com/kovetskiy) by [@kovetskiy](https://github.com/kovetskiy)

View File

@ -87,12 +87,12 @@ sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/b
#### **GitHub Actions** #### **GitHub Actions**
If you want to install Task in GitHub Actions you can try using If you want to install Task in GitHub Actions you can try using
[this action](https://github.com/arduino/actions/tree/master/setup-taskfile) [this action](https://github.com/arduino/setup-task)
by the Arduino team: by the Arduino team:
```yaml ```yaml
- name: Install Task - name: Install Task
uses: Arduino/actions/setup-taskfile@master uses: arduino/setup-task@v1
``` ```
This installation method is community owned. This installation method is community owned.