We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8564b85 + b22d96b commit c3fe532Copy full SHA for c3fe532
.github/workflows/push-when-publishing-from-draft.yaml
@@ -31,7 +31,6 @@ jobs:
31
files: draft_entries/**/*.md
32
since_last_remote_commit: true
33
- name: blogsync push
34
- id: publised-from-draft
35
run: |
36
for file in ${{ steps.changed-draft-files.outputs.all_changed_files }}; do
37
draft=$(yq --front-matter=extract 'select(.Draft == true)' "$file")
0 commit comments