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
Using actions/github-script would make it possible to run the index.js script via a composite action. Using a composite action will allow us to perform other actions (such as installing mesa-dist-win) using other dedicated actions rather than our home-made ones. index.js will need to be updated to export the main function and take core, exec, and github as inputs.
Using actions/github-script would make it possible to run the
index.js
script via a composite action. Using a composite action will allow us to perform other actions (such as installing mesa-dist-win) using other dedicated actions rather than our home-made ones.index.js
will need to be updated to export the main function and take core, exec, and github as inputs.The text was updated successfully, but these errors were encountered: