Relative Content

Tag Archive for linuxgithubcronyamlgithub-actions

Is there a way to update a workflow file from a different workflow

I wanted to have a workflow run that would update the cronjob schedule of a different workflow based on when the first baseball game of the day is by changing a line of the file, however when I try it in a github workflow it says workflow 2 is not found and when I run ls -r inside workflow A there is no .github/workflows directory and by extension no workflow B, so I am unable to modify B from A.