mirror of
https://github.com/arduino/library-registry.git
synced 2025-05-19 08:13:41 +03:00
Use standardized step name in "Test Integration" workflow
These are the naming conventions established in the standardized template workflow. The application's name is "Task", with "taskfile" being its configuration file. So the previous "Install Taskfile" step name was inaccurate.
This commit is contained in:
parent
720e8d1c4b
commit
3cfbbcff7d
@ -53,7 +53,7 @@ jobs:
|
||||
- name: Install Poetry
|
||||
run: pip install poetry
|
||||
|
||||
- name: Install Taskfile
|
||||
- name: Install Task
|
||||
uses: arduino/setup-task@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user