diff --git a/.github/workflows/gen_md_files.yml b/.github/workflows/gen_md_files.yml index b6d9a14..8a5304a 100644 --- a/.github/workflows/gen_md_files.yml +++ b/.github/workflows/gen_md_files.yml @@ -43,11 +43,7 @@ jobs: run: locale-gen en_US.utf8 && locale-gen de_DE.UTF-8 && update-locale - name: clone - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - git config --global --add safe.directory $GITHUB_WORKSPACE - git clone https://github-actions:$GITHUB_TOKEN@${GITHUB_SERVER_URL##*/}/$GITHUB_REPOSITORY.git $GITHUB_WORKSPACE --branch $GITHUB_REF_NAME --depth=1 --single-branch + uses: actions/checkout@v4 - name: generate run: |