diff --git a/.github/workflows/Catalog.yaml b/.github/workflows/Catalog.yaml index f2a2d4f..9228238 100644 --- a/.github/workflows/Catalog.yaml +++ b/.github/workflows/Catalog.yaml @@ -26,7 +26,7 @@ jobs: pip install htruc - name: Run HTRUC run: | - htruc make ./catalog --access_token ${{ secrets. GITHUB_TOKEN }} --graph-csv data.csv --statistics statistics.csv --output htr-united.yml --graph graph.png --json catalog.json --ids catalog-ids.json --check-link + htruc make ./catalog --access_token ${{ secrets. GITHUB_TOKEN }} --graph-csv data.csv --statistics statistics.csv --output htr-united.yml --graph graph.png --json catalog.json --ids catalog-ids.json --check-link --no-remote - name: Commit files run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"