Skip to content

Commit

Permalink
Update gen_md_files.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LizenzFass78851 authored Oct 19, 2024
1 parent 224263d commit 6fd652e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/gen_md_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 6fd652e

Please sign in to comment.