fix(CICD): Corrected multiple issues in GitHub Actions workflows
This pull request fixes the following bugs 🐛 in the Seclists Github Actions:
- Some wordlists were executing on every single commit instead of only executing when one of the specified paths were modified.
- The
Wordlist Updater - directoriesGitHub Action had an incorrect job name. - The
Wordlist Updater - directoriesGitHub Action had trailing whitespaces in the trigger filepaths. - The workflows
Wordlist Updater - Trickest wordlists updaterandReadme updater - Updates readme with latest statshad missingcontent: writepermissions, which caused these actions to fail when executed in a Seclists fork with the default github-actions account security settings. - The workflows
Wordlist Updater - directoriesandWordlist Updater - wordshad hard-coded repo URLs, which caused the workflow runs to fail whenever they were executed in a fork of Seclists.
Good catch! LGTM
Added:
- I've replaced the email address
[email protected]with the email address of the official github-actions bot. Fixes: #1023
A commit script might be helpful as we are just copy and pasting commit codes
I made a commit script, you can check it out here https://github.com/molangning/irr-tracker/blob/main/run.sh https://github.com/molangning/irr-tracker/blob/main/.github/workflows/update.yml
Hi @ItsIgnacioPortal - Oh super wowerz!
Unfortunately before this can be merged in, could you fix the conflicts?
Hi @ItsIgnacioPortal - Oh super wowerz!
Unfortunately before this can be merged in, could you fix the conflicts?
Conflict fixed 😃
Thanks a lot for this @ItsIgnacioPortal! (Really!)
Merged <3