This commit is contained in:
Jill Regan
2026-06-17 11:34:43 -04:00
parent 98b0c44840
commit 57dc519fa6
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -38392,9 +38392,7 @@ const extractSecret = (envName, shouldExportEnv) => {
}
};
const loadSecrets = async (shouldExportEnv) => {
// Pass User-Agent Information to the 1Password CLI.
// Strip any prerelease suffix ("-beta.1") since semverToInt only
// accepts a plain MAJOR.MINOR.PATCH; a prerelease produces an invalid build.
// Strip any prerelease suffix; semverToInt only accepts MAJOR.MINOR.PATCH.
const [releaseVersion] = package_namespaceObject.rE.split("-");
(0,dist.setClientInfo)({
name: "1Password GitHub Action",
+1 -3
View File
@@ -111,9 +111,7 @@ export const extractSecret = (
};
export const loadSecrets = async (shouldExportEnv: boolean): Promise<void> => {
// Pass User-Agent Information to the 1Password CLI.
// Strip any prerelease suffix ("-beta.1") since semverToInt only
// accepts a plain MAJOR.MINOR.PATCH; a prerelease produces an invalid build.
// Strip any prerelease suffix; semverToInt only accepts MAJOR.MINOR.PATCH.
const [releaseVersion] = version.split("-");
setClientInfo({
name: "1Password GitHub Action",