Skip to content

Commit

Permalink
Merge pull request #79 from aquaproj/fix/fix-filematch
Browse files Browse the repository at this point in the history
fix: fix fileMatch
  • Loading branch information
suzuki-shunsuke authored Dec 28, 2021
2 parents 53fd556 + 2c736e6 commit bdd4b4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
{
"fileMatch": ["^\\.github/.*\\.ya?ml$"],
"matchStrings": [
"aqua_version: (?<currentValue>.*?)"
"aqua_version: (?<currentValue>.*?)\\n",
"aqua_version: (?<currentValue>.*?) +#.*\\n"
],
"depNameTemplate": "aquaproj/aqua",
"datasourceTemplate": "github-releases"
Expand Down

0 comments on commit bdd4b4f

Please sign in to comment.