Skip to content

Commit d665420

Browse files
committed
fix config path
1 parent f716a72 commit d665420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/affected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: go install github.com/davidcavazos/testing-infra/cmd/affected@v0.0.2
3737
- id: python
3838
run: |
39-
PYTHON=$(affected .github/workflows/python/config.json)
39+
PYTHON=$(affected .github/workflows/config/python.json)
4040
echo "$PYTHON"
4141
echo "affected=$PYTHON" >> "$GITHUB_OUTPUT"
4242

0 commit comments

Comments
 (0)