Update scheduled-publishing.yml

This commit is contained in:
Piotr Galar
2023-02-08 10:50:38 +01:00
committed by GitHub
parent 865ae16878
commit 15137b3fb8
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Check for scheduled posts
run: echo "::set-output name=should_publish::$(${{ github.workspace }}/scripts/scheduled-publishing.js)"
run: echo "should_publish=$(${{ github.workspace }}/scripts/scheduled-publishing.js)" >> $GITHUB_OUTPUT
id: should_publish_step
- name: Trigger Fleek Build
if: ${{ steps.should_publish_step.outputs.should_publish == 'true' }}