Skip to content

Commit ea96f08

Browse files
author
timolein74
committed
Fix workflow paths - repo is root, not subfolder
Made-with: Cursor
1 parent d871dac commit ea96f08

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/github-radar.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
python-version: '3.11'
1717

1818
- name: Install dependencies
19-
run: pip install -r github-radar/requirements.txt
19+
run: pip install -r requirements.txt
2020

2121
- name: Run GitHub Radar
22-
working-directory: github-radar
2322
env:
2423
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2524
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}

0 commit comments

Comments
 (0)