mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-04-24 04:15:21 +08:00
actions
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -9376,7 +9376,7 @@ async function run() {
|
||||
}
|
||||
} = await zeitAPIClient.get("/v4/now/deployments", {
|
||||
params: {
|
||||
"meta-commit": process.env.GITHUB_SHA
|
||||
"meta-commit": context.sha
|
||||
}
|
||||
});
|
||||
|
||||
@@ -9390,7 +9390,7 @@ async function run() {
|
||||
}
|
||||
} = await zeitAPIClient.get("/v4/now/deployments", {
|
||||
params: {
|
||||
"meta-branch": process.env.GITHUB_REF
|
||||
"meta-branch": context.ref
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
4
index.js
4
index.js
@@ -39,7 +39,7 @@ async function run() {
|
||||
}
|
||||
} = await zeitAPIClient.get("/v4/now/deployments", {
|
||||
params: {
|
||||
"meta-commit": process.env.GITHUB_SHA
|
||||
"meta-commit": context.sha
|
||||
}
|
||||
});
|
||||
|
||||
@@ -53,7 +53,7 @@ async function run() {
|
||||
}
|
||||
} = await zeitAPIClient.get("/v4/now/deployments", {
|
||||
params: {
|
||||
"meta-branch": process.env.GITHUB_REF
|
||||
"meta-branch": context.ref
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user