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: