We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530dc1b commit 5a18232Copy full SHA for 5a18232
1 file changed
.github/workflows/changelog.yml
@@ -30,7 +30,7 @@ jobs:
30
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
31
OWNER: ${{ secrets.OWNER }}
32
REPO: ${{ secrets.REPO }}
33
- run: python main.py
+ run: python backend_api/main.py
34
35
- name: Commit and push changes
36
run: |
0 commit comments