diff --git a/.github/workflows/dist-pr.yml b/.github/workflows/dist-pr.yml index 718d8657..1bdd3871 100644 --- a/.github/workflows/dist-pr.yml +++ b/.github/workflows/dist-pr.yml @@ -26,13 +26,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - ref: dist token: ${{ secrets.GH_MERGE_TOKEN }} - fetch-depth: 0 # Fetch entire history - - - name: Get Previous Commit SHA - id: get-previous-commit - run: echo "previous_commit=$(git rev-parse HEAD^)" >> $GITHUB_OUTPUT - name: Create Pull Request uses: peter-evans/create-pull-request@v5 @@ -47,4 +41,3 @@ jobs: automated pr dist-update draft: false # Or true, if you want to review before enabling auto-merge - head: dist