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 been using this integration and I want to thank you all for the great job you have done here! 👏
I have been migrating some repositories into a monorepo. I'm using github actions to deploy each project. However, I thought I could separate each deploy by using the input task which is not working.
Is that even possible or am I not understanding properly what is the task input attribute related to?
Once again, Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue! If you would like to help implement an improvement, read more about contributing and consider submitting a pull request.
After looking at the base code and dig up into github actions I was able to find the solution.
In case anyone has the same problem, you can filter your jobs/steps by adding an if, like this:
I have been using this integration and I want to thank you all for the great job you have done here! 👏
I have been migrating some repositories into a monorepo. I'm using github actions to deploy each project. However, I thought I could separate each deploy by using the input
task
which is not working.Is that even possible or am I not understanding properly what is the
task
input attribute related to?Once again, Thanks!
The text was updated successfully, but these errors were encountered: