From ea2650182355e1b92d876a5939851e74ff9ea08c Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <46269721+ItsIgnacioPortal@users.noreply.github.com> Date: Sat, 7 Feb 2026 15:18:16 -0300 Subject: [PATCH] fix(cicd): Fixed bad filepath --- .github/workflows/wordlist-updater_api-endpoints-res.yml | 2 +- Discovery/Web-Content/api/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wordlist-updater_api-endpoints-res.yml b/.github/workflows/wordlist-updater_api-endpoints-res.yml index a15704823..27e2ced12 100644 --- a/.github/workflows/wordlist-updater_api-endpoints-res.yml +++ b/.github/workflows/wordlist-updater_api-endpoints-res.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: paths: - - 'Discovery/Web-Content/api/api_seen_in_wild.txt' + - 'Discovery/Web-Content/api/api-seen-in-wild.txt' - 'Discovery/Web-Content/api/actions.txt' - 'Discovery/Web-Content/api/objects.txt' - 'Discovery/Web-Content/api/actions-uppercase.txt' diff --git a/Discovery/Web-Content/api/README.md b/Discovery/Web-Content/api/README.md index 70a8cf47b..2e8002835 100644 --- a/Discovery/Web-Content/api/README.md +++ b/Discovery/Web-Content/api/README.md @@ -1,7 +1,7 @@ # API wordlists This directory contains wordlists for fuzzing web application APIs. Most of the wordlists in this directory were sourced from https://github.com/chrislockard/api_wordlist. -## `api_seen_in_wild.txt` +## `api-seen-in-wild.txt` Contains many API words seen in the wild. ## `actions.txt`