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 a0b4e02 commit fb76badCopy full SHA for fb76bad
1 file changed
package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "regex-action",
3
+ "private": true,
4
"version": "1.0.0",
5
"description": "A GitHub action that applies a regular expression to an input and outputs the groups.",
6
"homepage": "https://github.com/jg-wright/regex-action#readme",
@@ -17,4 +18,4 @@
17
18
"scripts": {
19
"test": "echo \"Error: no test specified\" && exit 1"
20
}
-}
21
+}
0 commit comments