1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

maybe no bracket

This commit is contained in:
Ross McFarland
2023-10-05 11:07:52 -07:00
parent 0d2953fd06
commit 752e974245

View File

@@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
# Tested versions based on dates in https://devguide.python.org/versions/#versions
python-version: [${{fromJson(secrets.PYTHON_VERSIONS_ACTIVE)}}]
python-version: ${{fromJson(secrets.PYTHON_VERSIONS_ACTIVE)}}
steps:
- uses: actions/checkout@v2
- name: Setup python