Skip to content

Commit

Permalink
fix GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Aug 16, 2024
1 parent 06a805e commit 37c920d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/requirements-docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Get Python Version
id: get-py-version
run: |
python_version=$(cat .readthedocs.yaml | yq ".build.tools.python")`
echo "version=$(python_version)\n" >> $GITHUB_OUTPUT
python_version=$(cat .readthedocs.yaml | yq ".build.tools.python")
echo version=$python_version >> $GITHUB_OUTPUT
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 37c920d

Please sign in to comment.