Merge pull request #10653 from projectdiscovery/dwisiswant0/ci/readme-update/fix-incorrect-action-ref

ci(readme-update): fix incorrect action ref
patch-11
Dhiyaneshwaran 2024-09-02 17:48:41 +05:30 committed by GitHub
commit 6eb07526b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ jobs:
with:
python-version: "3.8"
- run: python .github/scripts/update-readme.py
- uses: projectdiscovery/actions/setup/git@v5
- uses: projectdiscovery/actions/commit@v5
- uses: projectdiscovery/actions/setup/git@v1
- uses: projectdiscovery/actions/commit@v1
with:
files: 'README.md'
message: 'docs: update README 🤖'