File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2929 extractVersionTemplate : "^cli-(?<version>.+)$" ,
3030 } ,
3131 {
32- // CLI version without v prefix in example.yml matrix (first value: "6.8.0" )
32+ // CLI version without v prefix in example.yml (label: without-v-prefix )
3333 customType : "regex" ,
3434 fileMatch : [ "^\\.github/workflows/example\\.yml$" ] ,
3535 matchStrings : [
36- "cloudquery-version\\:\\s+\\[ \"(?<currentValue>[^\"]+)\"" ,
36+ "without-v-prefix[\\s\\S]*? cloudquery-version\\:\\s+\"(?<currentValue>[^\"]+)\"" ,
3737 ] ,
3838 packageNameTemplate : "cloudquery/cloudquery" ,
3939 depNameTemplate : "cli-no-v" ,
4040 datasourceTemplate : "github-releases" ,
4141 extractVersionTemplate : "^cli-v(?<version>.+)$" ,
4242 } ,
4343 {
44- // CLI version with v prefix in example.yml matrix (second value: "v6.8.0" )
44+ // CLI version with v prefix in example.yml (label: with-v-prefix )
4545 customType : "regex" ,
4646 fileMatch : [ "^\\.github/workflows/example\\.yml$" ] ,
4747 matchStrings : [
48- "cloudquery-version\\:\\s+\\[\"[^\"]+\",\\s* \"(?<currentValue>[^\"]+)\"" ,
48+ "with-v-prefix[\\s\\S]*?cloudquery-version\\:\\s+ \"(?<currentValue>[^\"]+)\"" ,
4949 ] ,
5050 packageNameTemplate : "cloudquery/cloudquery" ,
5151 depNameTemplate : "cli" ,
Original file line number Diff line number Diff line change 77 types : [opened, synchronize, reopened]
88permissions :
99 contents : read
10- env :
11- CLOUDQUERY_VERSION : " v6.35.2"
1210jobs :
1311 cloudquery :
1412 permissions :
4341 - name : Setup CloudQuery
4442 uses : ./.
4543 with :
46- version : ${{ env.CLOUDQUERY_VERSION }}
44+ version : " v6.35.2 "
4745 - name : Sync with CloudQuery
4846 run : cloudquery sync example_configs/spec.yml --log-console --shard ${{ matrix.shard }}
4947 env :
You can’t perform that action at this time.
0 commit comments