We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
action-versions.ts
1 parent 0b27c71 commit b79a9c3Copy full SHA for b79a9c3
pr-checks/sync_back.ts
@@ -139,7 +139,7 @@ export function updateActionVersions(
139
actionVersions: Record<string, ActionVersion>,
140
): boolean {
141
// Build content for the file.
142
- let newContent: string = `export const ACTION_VERSIONS = ${JSON.stringify(actionVersions, null, 2)};`;
+ let newContent: string = `export const ACTION_VERSIONS = ${JSON.stringify(actionVersions, null, 2)};\n`;
143
144
if (fs.existsSync(actionVersionsTsPath)) {
145
const content = fs.readFileSync(actionVersionsTsPath, "utf8");
0 commit comments