Skip to content

Commit c8cec3b

Browse files
committed
Readd debug flags in dev workflow
1 parent 225de23 commit c8cec3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}
3131
run: |
3232
#In order to create posts on the test accounts remove the --debugposters debug flag
33-
python ./main.py
33+
python ./main.py --debugsources --debugposters

0 commit comments

Comments
 (0)