Skip to content

Commit 9a19aa4

Browse files
committed
Delete Debig
1 parent abae9eb commit 9a19aa4

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
@@ -5,6 +5,7 @@ on:
55
branches:
66
- '**'
77
- '!master'
8+
-
89
workflow_dispatch:
910

1011
jobs:
@@ -30,4 +31,4 @@ jobs:
3031
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}
3132
run: |
3233
#In order to create posts on the test accounts remove the --debugposters debug flag
33-
python ./main.py --debugsources --debugposters
34+
python ./main.py

0 commit comments

Comments
 (0)