Currently the [`e2e-nodejs-push.sh`](https://github.com/slsa-framework/example-package/blob/b804d9ccccc50eb5253ebb492d15df1bcf25e5f4/.github/workflows/scripts/e2e-nodejs-push.sh#L59) script will sync the branch set on the test. `branch1` will thus get synced by the [`e2e.nodejs.push.branch1.default.slsa3.yml`](https://github.com/slsa-framework/example-package/blob/main/.github/workflows/e2e.nodejs.push.branch1.default.slsa3.yml) test. This isn't very intuitive and should probably be improved so that the syncing happens in its own separate process.
Currently the
e2e-nodejs-push.shscript will sync the branch set on the test.branch1will thus get synced by thee2e.nodejs.push.branch1.default.slsa3.ymltest.This isn't very intuitive and should probably be improved so that the syncing happens in its own separate process.