mirror of
https://github.com/1Password/load-secrets-action.git
synced 2026-06-21 14:23:48 +00:00
rebuild
This commit is contained in:
Vendored
+1
-3
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user