1
0
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:
per1234 2021-08-11 10:49:33 -07:00
parent 720e8d1c4b
commit 3cfbbcff7d

View File

@ -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 }}