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 = {
|
||||
context,
|
||||
job,
|
||||
sha: opts.sha,
|
||||
ref: opts.branchRef,
|
||||
}
|
||||
|
||||
snapshot = await generateSnapshot(opts.directory, mvnConfig, snapshotConfig);
|
||||
|
||||
Reference in New Issue
Block a user