Skip to content

Commit

Permalink
rm checkout v1 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
phips28 committed Mar 14, 2024
1 parent d47703f commit fb1577d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ const pkg = getPackageJson();
await runInWorkspace('git', ['commit', '-a', '-m', commitMessage.replace(/{{version}}/g, newVersion)]);
}
} catch (e) {
console.warn(
'git commit failed because you are using "actions/checkout@v2" or later; ' +
'but that doesnt matter because you dont need that git commit, thats only for "actions/checkout@v1"',
);
// console.warn(
// 'git commit failed because you are using "actions/checkout@v2" or later; ' +
// 'but that doesnt matter because you dont need that git commit, thats only for "actions/checkout@v1"',
// );
}

const remoteRepo = `https://${process.env.GITHUB_ACTOR}:${process.env.GITHUB_TOKEN}@${
Expand Down

0 comments on commit fb1577d

Please sign in to comment.