Skip to content

Commit 0ed897a

Browse files
committed
Perhaps composite actions need to be in a folder with action.yml?
1 parent d70780f commit 0ed897a

File tree

2 files changed

+1
-1
lines changed

2 files 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.yml"
32+
- uses: ./.github/workflows/python_and_pip"
3333
with:
3434
python-version: 3.12.4
3535
- name: Run ruff

0 commit comments

Comments
 (0)