We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df963a8 commit cb40461Copy full SHA for cb40461
1 file changed
.github/workflows/pr_link_issue_reminder.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup Python
23
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
24
with:
25
- python-version: 3.10
+ python-version: "3.10"
26
27
- name: Install requirements
28
run: |
0 commit comments