-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github Action #9
Comments
Hi allan, for the trigger it seems to me you can do something like:
for your other jobs, your job currently fails with: jsonlint: spellcheck:
looks like your entrypoint.sh script does not like the "-" in your config file esphome: so all of them have args syntax issues. |
Thanks for your help and input :) From the Github forum i got an answer that its not possible to trigger from updates in other peoples repo, but i have tried to update the workflow with your suggestion to see what happens :)
I'm not sure exactly what i have to change?
I know :) But i don't know what arg i need to use to make it work, i honestly dont understand how this works, i have just copied from other persons workflow to come so far :D
|
You're right this won't work anyway because of this restriction, btw you can totally remove:
so you're left with:
not realtime but once a day should be enough, then for the args syntax you can start by removing the offending chars and see how it goes. |
So you can not do it with a single action, but there seems to be a way to do it using an other action to trigger the first one, see: Trigger a GitHub Action when another repository creates a new release
then you trigger on:
|
Describe the bug
Need help with the script for the following in my github action.
Trigger
Jsonlint
Shellcheck
Esphome stable / Beta / Dev:
My Workflow file:
https://github.com/allanpersson/home-assistant-config/blob/master/.github/workflows/home-assistant.yml
The rest of the workflow file is working :)
Documentation:
The text was updated successfully, but these errors were encountered: