-
I want to use this https://github.com/matchai/waka-box, as following the README, I should fork the repo first. But seems that the forked repo doesn’t trigger action. So I want to know whether fork repo can trigger action? Thx for reply. |
Beta Was this translation helpful? Give feedback.
Replies: 12 comments
-
First, were you accepted to the beta for GitHub Actions? If not, that’s a necessary first step. Next, can you try editing the |
Beta Was this translation helpful? Give feedback.
-
Yep, I 've accepted it. I changed I also check part of the forks of https://github.com/matchai/waka-box, seems that all forks didn’t trigger the GitHub action. Is there anything wrong with the |
Beta Was this translation helpful? Give feedback.
-
I’m also having this problem (on a different repo). Is this a bug with Github Actions? |
Beta Was this translation helpful? Give feedback.
-
Hi there @g1eny0ung! I was able to reproduce and fix with this temporary workaround. What about copying the contents of the |
Beta Was this translation helpful? Give feedback.
-
@imjohnbo Thanks! It works for now! |
Beta Was this translation helpful? Give feedback.
-
You have to delete file, commit, than recreate file and commit again? |
Beta Was this translation helpful? Give feedback.
-
Yep. I test it, only update can’t work. |
Beta Was this translation helpful? Give feedback.
-
Sadly this doesn’t work for us. Creating a pull request from a fork still doesn’t trigger the GitHub Action for the CI 😦 |
Beta Was this translation helpful? Give feedback.
-
Is this still not available? |
Beta Was this translation helpful? Give feedback.
-
I am facng same issue. |
Beta Was this translation helpful? Give feedback.
-
Hey there, any updates on this one @imjohnbo hopefully? Same issue here, I forked a repo, I created a PR against my forked repo, and didn’t work. Even updated something in the workflow files just in case, and nothing. |
Beta Was this translation helpful? Give feedback.
-
Hi @yordis et al, Maybe you'd like to see my answer in #59603 Have a great day! |
Beta Was this translation helpful? Give feedback.
Hi there @g1eny0ung! I was able to reproduce and fix with this temporary workaround. What about copying the contents of the
schedule.yml
, deleting the file, and creating a new file with the same name and contents as the originalschedule.yml
?