Update schedule-posts.txt

This commit is contained in:
George 2024-09-09 14:58:05 -03:00 committed by GitHub
parent 444376997e
commit 6632074098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ jobs:
id: date id: date
run: echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV run: echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- name: Check for drafts and move to posts - name: Check for scheduled posts and move to posts
run: | run: |
echo "Today is $TODAY" echo "Today is $TODAY"
shopt -s nullglob shopt -s nullglob