Injecting the Actions environment SHA and Ref into the snpashot

This commit is contained in:
Peter Murray
2023-11-30 10:50:02 +00:00
committed by GitHub
parent 6aafd69a7f
commit 3f3024a6fa
+2
View File
@@ -63,6 +63,8 @@ async function execute() {
const snapshotConfig: SnapshotConfig = {
context,
job,
sha: opts.sha,
ref: opts.branchRef,
}
snapshot = await generateSnapshot(opts.directory, mvnConfig, snapshotConfig);