diff --git a/.github/workflows/copy-content.yml b/.github/workflows/copy-content.yml index c48f11d0..baacb0fa 100644 --- a/.github/workflows/copy-content.yml +++ b/.github/workflows/copy-content.yml @@ -38,8 +38,8 @@ jobs: run: echo "pr_exists=$(gh pr list -R ${{ inputs.repo }} -H ${{ inputs.branch }} --json number -q length)" >> $GITHUB_OUTPUT - name: Checkout code uses: actions/checkout@v4 - - name: Pull latest changes - run: git pull + # - name: Pull latest changes + # run: git pull - name: Get current date id: date run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT