We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eea37e commit e37b9a2Copy full SHA for e37b9a2
action.yaml
@@ -7,7 +7,7 @@ inputs:
7
description: Tox environment to run the tests on
8
runs:
9
using: docker
10
- image: docker://frenzymadness/fedora-python-tox
+ image: docker://fedora-python/fedora-python-tox
11
entrypoint: tox
12
args:
13
- '-e${{ inputs.tox_env }}'
0 commit comments