Skip to content

Commit e089062

Browse files
committed
ci: fix missing staging deploy status by associating deploy ref to correct SHA (#1856)
# Conflicts: # package-lock.json
1 parent 816c29f commit e089062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@typescript-eslint/parser": "7.12.0",
6565
"@zendeskgarden/css-bedrock": "9.1.1",
6666
"@zendeskgarden/eslint-config": "40.0.0",
67-
"@zendeskgarden/scripts": "2.4.0",
67+
"@zendeskgarden/scripts": "2.4.1",
6868
"@zendeskgarden/stylelint-config": "21.0.0",
6969
"@zendeskgarden/svg-icons": "7.1.1",
7070
"babel-plugin-module-resolver": "5.0.2",

utils/scripts/deploy.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ envalid.cleanEnv(process.env, {
4646
return result;
4747
};
4848

49-
url = await githubDeploy({ command });
49+
url = await githubDeploy({ command, ref: commit });
5050
} else {
5151
throw new Error(
5252
`Insufficient Netlify bandwidth: ${bandwidth.available} bytes available, ${usage} bytes required.`

0 commit comments

Comments
 (0)