Skip to content

Commit

Permalink
fix: move set-output deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
amarao committed Feb 29, 2024
1 parent 56dc008 commit e0ac34b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry==1.3.2
poetry install
- name: Install deps
run: poetry install

- name: Run local tests
run: poetry run molecule converge
Expand All @@ -61,7 +63,7 @@ jobs:
id: version
run: |
version=$(grep ^version galaxy.yml|awk '{print $2}')
echo "::set-output name=version::$version"
echo "version=${version}" >> $GITHUB_OUTPUT
- name: Try to install collection
run: poetry run ansible-galaxy collection install serverscom-mitogen-${{ steps.version.outputs.version }}.tar.gz
Expand Down

0 comments on commit e0ac34b

Please sign in to comment.