We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f716a72 commit d665420Copy full SHA for d665420
.github/workflows/affected.yaml
@@ -36,7 +36,7 @@ jobs:
36
- run: go install github.com/davidcavazos/testing-infra/cmd/[email protected]
37
- id: python
38
run: |
39
- PYTHON=$(affected .github/workflows/python/config.json)
+ PYTHON=$(affected .github/workflows/config/python.json)
40
echo "$PYTHON"
41
echo "affected=$PYTHON" >> "$GITHUB_OUTPUT"
42
0 commit comments