We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee88fa commit b37858bCopy full SHA for b37858b
script.js
@@ -1,7 +1,7 @@
1
// @ts-check
2
3
import { composeCreatePullRequest } from "octokit-plugin-create-pull-request";
4
-import { getAddCacheToSetupNodeFunction } from "./utils/yaml-parser";
+import { getAddCacheToSetupNodeFunction } from "./utils/yaml-parser.js";
5
6
const BRANCH_NAME = "add-cache-to-node-workflows";
7
const PATH = ".github/workflows";
0 commit comments