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"