DEV Community

Discussion on: Manual trigger with Github Actions

Collapse
 
doggie52 profile image
Douglas Stridsberg

I needed to add : to the end of watch to get this to work.

on:
  watch:
    types: [started]

Did nobody actually try this code, or is there some stricter Action language interpretation on my end?

Collapse
 
sabderemane profile image
Sarah Abd • Edited

It was already tested by me because I add a gif demo of the watch event. GitHub Actions is based on yaml language. It's a typo, I update the article thanks.