File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 50
50
aws-region : us-east-1
51
51
52
52
- name : Intelligent GitHub Actions
53
- uses : aws-sample /aws-genai-cicd-suite@stable
53
+ uses : aws-samples /aws-genai-cicd-suite@stable
54
54
with :
55
55
github-token : ${{ secrets.GITHUB_TOKEN }}
56
56
aws-region : us-east-1
59
59
generate-code-review-level : ' detailed'
60
60
generate-code-review-exclude-files : ' *.md,*.json'
61
61
generate-pr-description : ' true'
62
- generate-unit-test : ' true '
63
- generate-unit-test-source-folder : ' src '
62
+ generate-unit-test : ' false '
63
+ generate-unit-test-source-folder : ' . '
64
64
output-language : ' en'
65
65
env :
66
66
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ extends layout
2
2
3
3
block content
4
4
h1.
5
- Welcome to #{menuTitle}
5
+ Welcome to #{menuTitle} - the best hotel on earth
6
6
7
- img( src ='public/hotel_landing_pic.png' class ='img-fluid' style ='width:400px; height:400px;' )
7
+ img( src ='public/hotel_landing_pic.png' class ='img-fluid' style ='width:400px; height:400px;' )
You can’t perform that action at this time.
0 commit comments