Merge pull request #61 from Tallented-Code-bot/patch-1 #94
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Updates the README counts in the badges. | |
name: Bump count of tools listed | |
on: | |
workflow_dispatch: | |
push: | |
branches: ["main"] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run script | |
run: ./bin/update_list_count.sh | |
- name: Commit | |
uses: EndBug/[email protected] | |
with: | |
message: "chore: Update tool count" | |
default_author: github_actions | |
add: "README.md" |