1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-08-01 21:23:40 +02:00

Switch tox-github-action from master to main branch

See https://github.com/fedora-python/tox-github-action/issues/24
This commit is contained in:
Lumír 'Frenzy' Balhar
2023-04-12 17:10:08 +02:00
committed by GitHub
parent 22b05190f1
commit 94c7ff899d

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run tox tests
id: test
uses: fedora-python/tox-github-action@master
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
strategy: