Skip to content

Commit fa23a1f

Browse files
LenkaSegZlopez
authored andcommitted
Point tox-github-action to the correct branch
Signed-off-by: Lenka Segura <lsegura@redhat.com>
1 parent 8527640 commit fa23a1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Run tests
17-
uses: fedora-python/tox-github-action@master
17+
uses: fedora-python/tox-github-action@main
1818
with:
1919
tox_env: ${{ matrix.tox_env }}
2020
strategy:
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v2
3030
- name: Run tests
31-
uses: fedora-python/tox-github-action@master
31+
uses: fedora-python/tox-github-action@main
3232
with:
3333
tox_env: ${{ matrix.tox_env }},diff-cover
3434
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)