Skip to content

Commit 25590d9

Browse files
committed
Removed double quotes
1 parent d0a9a2b commit 25590d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-url-links-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Determine Safe Python Version
1919
id: get_safe_python
2020
run: |
21-
echo "safe_python=\"$(python ./versions.py -mode safe)\"" >> $GITHUB_OUTPUT
21+
echo "safe_python=$(python ./versions.py -mode safe)" >> $GITHUB_OUTPUT
2222
- name: Set Up Python
2323
uses: actions/setup-python@v5
2424
with:

0 commit comments

Comments
 (0)