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 d0a9a2b commit 25590d9Copy full SHA for 25590d9
.github/workflows/check-url-links-actions.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Determine Safe Python Version
19
id: get_safe_python
20
run: |
21
- echo "safe_python=\"$(python ./versions.py -mode safe)\"" >> $GITHUB_OUTPUT
+ echo "safe_python=$(python ./versions.py -mode safe)" >> $GITHUB_OUTPUT
22
- name: Set Up Python
23
uses: actions/setup-python@v5
24
with:
0 commit comments