Skip to content

Commit 866b093

Browse files
committed
Remove debug posters flag from dev workflow to test real Instagram posting
1 parent b6f05aa commit 866b093

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dev.yml

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

0 commit comments

Comments
 (0)