Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
endail committed Aug 2, 2024
1 parent 121b30e commit aa944b7
Show file tree
Hide file tree
Showing 28 changed files with 4,381 additions and 1,524 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ jobs:
ref: ${{ github.ref }}

- run: |
sudo apt-get update;
sudo apt-get upgrade -y;
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";
pip3 install --upgrade pip;
pip3 install dnspython pyopenssl;
python3 scripts/generate.py;
git add -A;
git commit -am "update table";
Expand Down
Loading

0 comments on commit aa944b7

Please sign in to comment.