Fix GitHub Actions error: A branch or tag with the name '3' could not be found.

pull/1837/head
grossmj 4 years ago
parent 1aa6fe8535
commit 83fbd1f627

@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: 3.0
ref: "3.0"
- uses: actions/setup-python@v2
with:
python-version: 3.6

Loading…
Cancel
Save