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
[Actions] Fix Actions after the update of GitHub hosted runners (#388)
* Make sure to use the development templates for testing the changes
* Make sure to install jsonref in venv, improve the 32-bit libs instalation
* Activate the virtual environment for the building job
* Add a new way to specify the branch of a build template to speed up the development in Actions
* Try without the nested conditions
* Try to include no white space in the uses branch specify
* See try an approach with open source dynamic uses action
* Let's see why it fails, print the output of the previous job
* The job ID has to be unique, to the output has to be processed later to be swapped for master if empty
* Oops, wrong syntax, fix it and rerun
* Apparently we have to pass github.sha instead of just a branch name
* Try a different approach
* Try with a static name
* There is no simple way to use dynamic variable for using apart from changing the whole actions structure in each repo
* Get ready for the PR
0 commit comments