mirror of
https://github.com/1Password/load-secrets-action.git
synced 2026-06-21 06:23:47 +00:00
remove require statement
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
const core = require("@actions/core");
|
||||
import * as core from "@actions/core";
|
||||
|
||||
const configure = () => {
|
||||
const OP_CONNECT_HOST =
|
||||
|
||||
Reference in New Issue
Block a user