diff --git a/.github/workflows/refresh-journal-lists.yml b/.github/workflows/refresh-journal-lists.yml index fe11a0c1b35..c7f8a0cb6e6 100644 --- a/.github/workflows/refresh-journal-lists.yml +++ b/.github/workflows/refresh-journal-lists.yml @@ -15,12 +15,7 @@ jobs: name: Refresh Journal List Files runs-on: ubuntu-latest steps: - - name: Fetch all history for all tags and branches - uses: actions/checkout@v3 - with: - ref: main - persist-credentials: false - fetch-depth: 0 + - uses: actions/checkout@v3 - name: Set up JDK uses: actions/setup-java@v3 with: