Skip to content

Commit

Permalink
Point tox-github-action to the correct branch
Browse files Browse the repository at this point in the history
Signed-off-by: Lenka Segura <[email protected]>
  • Loading branch information
LenkaSeg authored and ryanlerch committed Mar 26, 2024
1 parent 0852ee0 commit 00cd57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: fedora-python/tox-github-action@master
- uses: fedora-python/tox-github-action@main
with:
# The tox environment to run
# Default: py38 (subject to change as new Python releases come out)
Expand Down

0 comments on commit 00cd57f

Please sign in to comment.