vernak2539 / astro-rehype-relative-markdown-links

Rehype Plugin for Astro that allows for usage of relative links between markdown files
https://www.npmjs.com/package/astro-rehype-relative-markdown-links
15 stars 4 forks source link

fix: remove invalid workflow dispatch property #63

Open techfg opened 16 hours ago

techfg commented 16 hours ago

workflow_dispatch does not support the branches property. Per the docs, the workflow must exist in the default branch but since it is run manually, you chose which branch you want to run the workflow on when manually invoking the workflow.