From db21d7ff5c201c0f7386d77fc10e85fe80c81939 Mon Sep 17 00:00:00 2001 From: Yedige Ashmet <55581804+gradedSystem@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:27:51 +0800 Subject: [PATCH] [small-fix][s] Update actions.yml --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 3d26118..012f0c0 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -31,7 +31,7 @@ jobs: run: | pip install -r scripts/requirements.txt - - name: Run CPI Update Script + - name: Run geoip2-ipv4 Update Script env: MAXMIND_USERNAME: ${{ secrets.MAXMIND_USERNAME }} MAXMIND_PASSWORD: ${{ secrets.MAXMIND_PASSWORD }} # Retrieve API key from GitHub Secrets @@ -54,4 +54,4 @@ jobs: git push origin main ) env: - CI_COMMIT_MESSAGE: "Automated commit" \ No newline at end of file + CI_COMMIT_MESSAGE: "Automated commit"