From e8edab6256671e09ebc8c2793915629304ca36f8 Mon Sep 17 00:00:00 2001 From: Tsachi Shlidor Date: Sun, 14 Jul 2024 17:13:36 +0300 Subject: [PATCH] Update update_master.yml --- .github/workflows/update_master.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/update_master.yml b/.github/workflows/update_master.yml index cc900350..46a205ec 100644 --- a/.github/workflows/update_master.yml +++ b/.github/workflows/update_master.yml @@ -7,6 +7,11 @@ jobs: update_master_and_create_pr: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + ref: update-master + fetch-depth: 0 + - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: