Closed juniscoding closed 6 months ago
Hi, I'm testing the Github Actions scheduler as instructed on the README but the workflow fails to run. Here's how the first lines of the post.yml look like:
Should I have kept the on: workflow_dispatch line?
on: workflow_dispatch
Update: it was an indentation problem, my bad.
Hi, I'm testing the Github Actions scheduler as instructed on the README but the workflow fails to run. Here's how the first lines of the post.yml look like:
Should I have kept the
on: workflow_dispatch
line?