mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +00:00
Testing workflows
This commit is contained in:
2
.github/actions/cache-key/action.mjs
vendored
2
.github/actions/cache-key/action.mjs
vendored
@@ -1,4 +1,4 @@
|
||||
import { spawnSync } from "node:fs";
|
||||
import { spawnSync } from "node:child_process";
|
||||
import { createHash } from "node:crypto";
|
||||
import { getInput, setOutput } from "@actions/core";
|
||||
|
||||
|
||||
2
.github/actions/cache-key/dist/action.mjs
vendored
2
.github/actions/cache-key/dist/action.mjs
vendored
@@ -18045,7 +18045,7 @@ var require_core = __commonJS((exports) => {
|
||||
|
||||
// action.mjs
|
||||
var core = __toESM(require_core(), 1);
|
||||
import {spawnSync} from "node:fs";
|
||||
import {spawnSync} from "node:child_process";
|
||||
import {createHash} from "node:crypto";
|
||||
var getCacheKey = function() {
|
||||
const { error, status, stdout, stderr } = spawnSync("git", ["ls-files", "-s", ...paths], {
|
||||
|
||||
Reference in New Issue
Block a user