Skip to content

Commit

Permalink
Merge pull request #1 from 4JOCHAMCHI/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
chosoobin37 authored Jun 28, 2024
2 parents 436d015 + 4437573 commit c2bb64f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
use_sql_comments: true
EOL
- name: Set Yaml
- name: Set Yml
run: |
envsubst < src/main/resources/application.yml.template > src/main/resources/application.yml
echo "Generated application.yml:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class healthCheckController {

@GetMapping("/health")
public String healthCheck() {
return "yammi";
return "new branch push";
}
}

0 comments on commit c2bb64f

Please sign in to comment.