diff --git a/.forgejo/workflows/resume.yml b/.forgejo/workflows/resume.yml index f9b7d81..149be86 100644 --- a/.forgejo/workflows/resume.yml +++ b/.forgejo/workflows/resume.yml @@ -11,8 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v4 + - name: Checkout repository + run: | + git clone --depth 1 https://token:${{ secrets.ACTIONS_TOKEN }}@gugulet.hu/technical/git/g_it/site.git . - name: Extract resume content id: extract