File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 24
24
"Dockerfile"
25
25
],
26
26
"from": "ghcr.io/codingpot/github-org-member-manage-action:.*",
27
- "to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version.split('.')[0]}",
28
- "results": [
29
- {
30
- "file": "Dockerfile",
31
- "numMatches": 1
32
- }
33
- ],
34
- "countMatches": true
27
+ "to": "ghcr.io/codingpot/github-org-member-manage-action:${nextRelease.version.split('.')[0]}"
35
28
},
36
29
{
37
30
"files": [
38
31
"README.md"
39
32
],
40
33
"from": "\"codingpot/github-org-member-manage-action@v.*\"",
41
- "to": "\"codingpot/github-org-member-manage-action@v${nextRelease.version.split('.')[0]}\"",
42
- "results": [
43
- {
44
- "file": "README.md",
45
- "numMatches": 1
46
- }
47
- ],
48
- "countMatches": true
34
+ "to": "\"codingpot/github-org-member-manage-action@v${nextRelease.version.split('.')[0]}\""
49
35
}
50
36
]
51
37
}
You can’t perform that action at this time.
0 commit comments