Injecting the Actions environment SHA and Ref into the snpashot
This commit is contained in:
@@ -63,6 +63,8 @@ async function execute() {
|
|||||||
const snapshotConfig: SnapshotConfig = {
|
const snapshotConfig: SnapshotConfig = {
|
||||||
context,
|
context,
|
||||||
job,
|
job,
|
||||||
|
sha: opts.sha,
|
||||||
|
ref: opts.branchRef,
|
||||||
}
|
}
|
||||||
|
|
||||||
snapshot = await generateSnapshot(opts.directory, mvnConfig, snapshotConfig);
|
snapshot = await generateSnapshot(opts.directory, mvnConfig, snapshotConfig);
|
||||||
|
|||||||
Reference in New Issue
Block a user