We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3861997 commit df24555Copy full SHA for df24555
.github/workflows/gen_md_files.yml
@@ -30,11 +30,9 @@ jobs:
30
echo "################################################################" && bash -c "echo KEY=$KEY"
31
32
- name: clone
33
- env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
- run: |
36
- git config --global --add safe.directory $GITHUB_WORKSPACE
37
- 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@main
+ with:
+ clean: false
38
39
- name: generate
40
run: |
0 commit comments