We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33876b commit 1497b52Copy full SHA for 1497b52
index.ts
@@ -1,3 +1,8 @@
1
+/**
2
+ * Copyright (c) HashiCorp, Inc.
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+
6
import * as core from "@actions/core";
7
import { setupBinary } from "./setup-binary";
8
setup-binary.ts
import * as hc from "@hashicorp/js-releases";
import * as io from "@actions/io";
0 commit comments