From ca847c21116725c07dc16800cf98b9beb2a1ec75 Mon Sep 17 00:00:00 2001 From: choiyounji <100260416+choiyounji@users.noreply.github.com> Date: Thu, 2 Nov 2023 00:23:28 +0900 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 865e60f..994b6c8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,8 +21,7 @@ jobs: java-version: '11' distribution: 'temurin' - - name: Set up application.yml - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - run: touch ./src/main/resources/application.yml - run: echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.yml - run: cat ./src/main/resources/application.yml