Skip to content

Commit

Permalink
Test with other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Aug 21, 2024
1 parent deeb675 commit f6d1452
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scms:
username: '{{ requiredEnv "GITHUB_ACTOR" }}'
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
commitusingapi: true
branch: main
branch: pull/10844/merge

sources:
latestSnapshot:
Expand Down Expand Up @@ -70,6 +70,6 @@ targets:
scmid: default
spec:
file: 'catalog-info.yaml'
# matchpattern: '(STACK_VERSION:) 8\..*$'
matchpattern: (ELASTIC_PR_COMMENTS_ENABLED:) '[^\s]*'
matchpattern: '(STACK_VERSION:) 8\.[^\s]*\.[^\s]*'
# matchpattern: (ELASTIC_PR_COMMENTS_ENABLED:) '[^\s]*'
replacepattern: '$1 {{ source "latestSnapshot" }}'

0 comments on commit f6d1452

Please sign in to comment.