From e7e9b7ae8d032df3271f94d1f7639f8227f84f76 Mon Sep 17 00:00:00 2001 From: Tsachi Shlidor Date: Sun, 17 Mar 2024 12:13:54 +0200 Subject: [PATCH] ci: Update update_master.yml --- .github/workflows/update_master.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update_master.yml b/.github/workflows/update_master.yml index bd6a8046..d8673998 100644 --- a/.github/workflows/update_master.yml +++ b/.github/workflows/update_master.yml @@ -8,10 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - - run: git fetch - - - run: git checkout master + with: + ref: master + fetch-depth: 0 - name: Merge edge into master run: git merge -X ours --no-edit edge