Skip to content

Commit

Permalink
use GITHUB_OUTPUT instead of set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed May 5, 2023
1 parent 66c0cbc commit 8f32b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
run: |
# init the env / venv path
poetry install --dry-run
echo "::set-output name=venv-path::$(poetry env info -p)"
echo "venv-path=$(poetry env info -p)" >> $GITHUB_OUTPUT
- name: venv path
shell: bash
run: echo "got venv path ${{ steps.get-venv-path.outputs.venv-path }}"
Expand Down

0 comments on commit 8f32b0e

Please sign in to comment.