Skip to content

Commit

Permalink
Merge branch 'main' into lp/terragrunt
Browse files Browse the repository at this point in the history
  • Loading branch information
olblak authored Sep 8, 2024
2 parents 73d4cd5 + 13752be commit 4c21628
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions updatecli/policies/autodiscovery/updatecli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0

* Allow to opt out `scm.email`.

## 0.5.0

* Allow to set commit with GitHub GraphQL API using `scm.commitusingapi`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ scms:
spec:
# Priority set to the environment variable
user: '{{ default $GitHubUser .scm.user }}'
#{{ if .scm.email }}
email: '{{ .scm.email }}'
# {{ end }}
owner: '{{ default $GitHubRepositoryList._0 .scm.owner }}'
repository: '{{ default $GitHubRepositoryList._1 .scm.repository }}'
token: '{{ default $GitHubPAT .scm.token }}'
Expand Down

0 comments on commit 4c21628

Please sign in to comment.