Skip to content

Commit

Permalink
Fix use of deprecated set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve committed Jan 25, 2024
1 parent cfe13ce commit 22d778d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: pip install tox
- name: Compute TOXENV
id: toxenv
run: echo "::set-output name=toxenv::py$(tr -d . <<< ${{ matrix.python }})"
run: echo "toxenv=py$(tr -d . <<< ${{ matrix.python }})" >> $GITHUB_OUTPUT
shell: bash
- name: Run tests
run: tox
Expand Down

0 comments on commit 22d778d

Please sign in to comment.