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

This commit is contained in:
grossmj 2020-10-24 12:16:05 +10:30
parent 1aa6fe8535
commit 83fbd1f627

View File

@ -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