From 1b998d32d9bec295f1037bffafd76214ecf9a404 Mon Sep 17 00:00:00 2001 From: SeoSangHyeok <89758324+singhic@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:46:44 +0900 Subject: [PATCH] fix: actions pull issue --- .github/workflows/parsing.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/parsing.yml b/.github/workflows/parsing.yml index 0c77b65..470f292 100644 --- a/.github/workflows/parsing.yml +++ b/.github/workflows/parsing.yml @@ -10,7 +10,6 @@ on: jobs: build: - runs-on: ubuntu-latest steps: @@ -39,7 +38,9 @@ jobs: - name: Update or add .md file if: steps.verify.outputs.changed == 'true' run: | - git pull + git stash + git pull origin master + git stash pop git add . git diff git config --local user.email "ssb50800@gmail.com"