Skip to content

Commit

Permalink
Merge pull request #1638 from LizenzFass78851/workflow
Browse files Browse the repository at this point in the history
little improvement for github workflow to generate *.md files
  • Loading branch information
RPiList authored Jun 19, 2024
2 parents e2aa520 + eb00ad3 commit 98c0bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen_md_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
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
git clone https://github-actions:$GITHUB_TOKEN@${GITHUB_SERVER_URL##*/}/$GITHUB_REPOSITORY.git $GITHUB_WORKSPACE --branch $GITHUB_REF_NAME --single-branch
- name: generate
run: |
Expand Down

0 comments on commit 98c0bd4

Please sign in to comment.