To test a change to a GHA in our actions repo one usually makes a fork but to use that fork one must:
- change all paths to use the fork instead of our actions repo
- add the changes to the fork
- make a pr to test said changes
- if it fails one must start from 2 again because rerunning an action does not pick up the latest changes so a new change to the pr needs to be made as well
this is very time consuming and horrible.
We should see if there is another way. Might be good to talk with someone from github about this too
To test a change to a GHA in our actions repo one usually makes a fork but to use that fork one must:
this is very time consuming and horrible.
We should see if there is another way. Might be good to talk with someone from github about this too