From 66320740986481847d595c9c7f49d407549faf04 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:58:05 -0300 Subject: [PATCH] Update schedule-posts.txt --- .github/workflows/schedule-posts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-posts.txt b/.github/workflows/schedule-posts.txt index 85ab144..fff2219 100644 --- a/.github/workflows/schedule-posts.txt +++ b/.github/workflows/schedule-posts.txt @@ -19,7 +19,7 @@ jobs: id: date 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: | echo "Today is $TODAY" shopt -s nullglob