diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 3e718bc..009624a 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Clone Repository run: | - git clone --recursive ${{ github.repositoryUrl }} + git clone --recursive https://github.com/nokotan/DxLibForHTML5.git - run: | cp -r ci-scripts ci-scripts-temp cd ci-scripts-temp