From 6240f02ff5e395b270a027a5e0a0b0b54e7f57c6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 18 Oct 2024 14:43:48 +0100 Subject: [PATCH] ci: remove git pull from copy-content action --- .github/workflows/copy-content.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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