Skip to content

Commit 173a601

Browse files
committed
fix: Run bot as a module to fix import error
1 parent c833c3e commit 173a601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitbit_bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
GITHUB_EVENT_PATH: ${{ github.event_path }}
3131
GITHUB_REPOSITORY: ${{ github.repository }}
32-
run: python gitbit/main.py
32+
run: python -m gitbit.main

0 commit comments

Comments
 (0)