Skip to content

Commit cbb7b18

Browse files
committed
Restore dev.yml debugposters flag
1 parent 04e329d commit cbb7b18

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dev.yml

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

0 commit comments

Comments
 (0)