You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have three bots for my profile readme that uses GitHub actions. All bots work fine individually. First two works together as well but when I add last one(anything after space in yml) I get error on actions. By itself each bot works fine but last bot uses actions/checkout and that gives error when it is with other bots. This is my yml file. Everything else after space belongs to last bot.
I have three bots for my profile readme that uses GitHub actions. All bots work fine individually. First two works together as well but when I add last one(anything after space in yml) I get error on actions. By itself each bot works fine but last bot uses actions/checkout and that gives error when it is with other bots. This is my yml file. Everything else after space belongs to last bot.
https://github.com/orhanarifoglu/orhanarifoglu/blob/master/.github/workflows/main.yml
And this is the failing job. Please check check out repo section which fails, it uses actions checkout.
https://github.com/orhanarifoglu/orhanarifoglu/runs/1061488013?check_suite_focus=true
Thanks.
The text was updated successfully, but these errors were encountered: