Update actions/exec

This commit is contained in:
Jill Regan
2026-02-26 08:14:16 -05:00
parent a312828d43
commit d688c27248
8 changed files with 24 additions and 53 deletions
+5
View File
@@ -0,0 +1,5 @@
module.exports = {
getExecOutput: jest.fn(() => ({
stdout: "MOCK_SECRET",
})),
};