Hi,
I have a Actions Workflow that pushes merge commit like this: ytdl-patched/merge.yml at 423e9b55306d1bee569e13df719255e7cb8f4b94 · nao20010128nao/ytdl-patched · GitHub
I know that PAT provided by Actions do not trigger another Workflows, so I use an another PAT called GH_PAT
.
But it does not trigger another Workflow in these days, like this one: Merge branch 'master' of https://github.com/ytdl-org/youtube-dl · nao20010128nao/ytdl-patched@3a8160f · GitHub
I wish “git push from Actions” to trigger push event for Actions. What should I do?
Thanks