We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6c804 commit ebfac45Copy full SHA for ebfac45
.github/actions/bootstrap/action.yml
@@ -31,7 +31,7 @@ runs:
31
python-version: ${{ inputs.python-version }}
32
33
- name: Install Task
34
- uses: arduino/setup-task@v2
+ uses: go-task/setup-task@v1
35
with:
36
# Passing a repo token reduces the likelihood of API rate limit exceeded
37
repo-token: ${{ inputs.token }}
{{cookiecutter.project_name|replace(" ", "")}}/.github/actions/bootstrap/action.yml
python-version: ${{ "{{ inputs.python-version }}" }}
repo-token: ${{ "{{ inputs.token }}" }}
0 commit comments