Skip to content

Commit

Permalink
Update generate-table.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
endail authored Jun 26, 2024
1 parent a1400e2 commit 3601199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3601199

Please sign in to comment.