Unable to get Act to Work (fails with File not Found error) #1492
-
I am trying to use Act to test a action that I am creating to compile a Mkdocs Site. I want to use Docker based Actions so I have created a Dockerfile and entrypoint.sh file as mentioned in the Actions Documentation but when I try to run act I am getting Directory Structure
action.ymlYAML for the Action I am trying to create
mkdocs.ymlcommands to call my Action (Workflow)
I am using the following command to run act: The |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You are referencing the action |
Beta Was this translation helpful? Give feedback.
-
Use |
Beta Was this translation helpful? Give feedback.
Use
--bind
in that case.The docs for all flags are here: https://github.com/nektos/act#flags