mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Fix GitHub Actions error: A branch or tag with the name '3' could not be found.
This commit is contained in:
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…
Reference in New Issue
Block a user