diff --git a/.github/workflows/generate-table.yml b/.github/workflows/generate-table.yml index 127310f..3be67b5 100644 --- a/.github/workflows/generate-table.yml +++ b/.github/workflows/generate-table.yml @@ -14,7 +14,7 @@ jobs: ref: ${{ github.ref }} - run: | - apt-get install -y ntpsec-ntpdate; + sudo apt-get install -y ntpsec-ntpdate; git config --global user.name "github-actions[bot]"; git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"; python3 scripts/generate.py;