We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1f6d4 commit 2974c10Copy full SHA for 2974c10
lib/create-readme.js
@@ -34,7 +34,7 @@ async function createReadme({
34
35
if (addBadges) {
36
content += `[](https://www.npmjs.com/package/${packageName})
37
-[](https://github.com/${repository}/actions?workflow=Test)
+[](https://github.com/${repository}/actions?query=workflow%3ATest+branch%3Amaster)
38
[](https://greenkeeper.io/)
39
40
`;
0 commit comments