1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-23 16:46:14 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: