Skip to content

Commit b9f57f8

Browse files
committed
Specify the full path
1 parent 0ed897a commit b9f57f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3030
steps:
3131
- uses: actions/checkout@v4
32-
- uses: ./.github/workflows/python_and_pip"
32+
- uses: ./.github/workflows/python_and_pip/action.yml"
3333
with:
3434
python-version: 3.12.4
3535
- name: Run ruff

0 commit comments

Comments
 (0)