From fe2b49b22c2a5ec25f14379e69e367d9c275ea1e Mon Sep 17 00:00:00 2001 From: Dom1046 Date: Wed, 4 Dec 2024 03:48:17 +0900 Subject: [PATCH] =?UTF-8?q?=E3=85=87=E3=85=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b08d3bd3..2a3e5c56 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -17,7 +17,7 @@ jobs: java-version: '17' - run: touch ./src/main/resources/application.properties - - run: echo "${{secrets.MALLANG_APPLICATION}}" > ./src/main/resources/application.properties + - run: echo "${{secrets.MALLANG_APPLICATIONN}}" > ./src/main/resources/application.properties - uses: actions/upload-artifact@v3 with: