diff --git a/.gitea/workflows/AutoGenerateREADME.yaml b/.gitea/workflows/AutoGenerateREADME.yaml index 247dc9c..55d2ea3 100644 --- a/.gitea/workflows/AutoGenerateREADME.yaml +++ b/.gitea/workflows/AutoGenerateREADME.yaml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout code + - name: ActionDemo run: | - git clone https://gitea.com/actions/checkout.git . + git clone https://git.linuxacme.com/iorebuild/ActionDemo.git . - name: Get repository name id: repo-name