Skip to content

Commit c2b1ed5

Browse files
authored
Update CICD.yml
1 parent 66542d5 commit c2b1ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: make application.yml
2727
run: |
2828
mkdir -p ./src/main/resources
29-
cd ./src/main/resources
29+
cd ./src/main/resources
3030
touch ./application.yml
3131
echo "${{ secrets.HOME_SERVER_APPLICATION }}" > ./application.yml
3232

0 commit comments

Comments
 (0)