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 df465cd commit a0b4e02Copy full SHA for a0b4e02
1 file changed
package.json
@@ -0,0 +1,20 @@
1
+{
2
+ "name": "regex-action",
3
+ "version": "1.0.0",
4
+ "description": "A GitHub action that applies a regular expression to an input and outputs the groups.",
5
+ "homepage": "https://github.com/jg-wright/regex-action#readme",
6
+ "bugs": {
7
+ "url": "https://github.com/jg-wright/regex-action/issues"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/jg-wright/regex-action.git"
12
13
+ "license": "ISC",
14
+ "author": "",
15
+ "type": "commonjs",
16
+ "main": "index.js",
17
+ "scripts": {
18
+ "test": "echo \"Error: no test specified\" && exit 1"
19
+ }
20
+}
0 commit comments