Facing Issue while running workflow file #147
-
Error occurred:- Can't find 'action.yml', 'action.yaml' or 'Dockerfile' for action 'SutharShantanu/SutharShantanu@main'. `name: Waka Readme on: for manual workflow triggerworkflow_dispatch: jobs: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @SutharShantanu, thanks for trying out In line 19 of your workflow file, you must have - steps:
- - uses: SutharShantanu/SutharShantanu@main
+ - uses: athul/waka-readme@master
with: |
Beta Was this translation helpful? Give feedback.
Hi @SutharShantanu, thanks for trying out
athul/waka-readme
This is very similar to #142In line 19 of your workflow file, you must have -
uses: athul/waka-readme@master
, instead of -uses: SutharShantanu/SutharShantanu@main