Skip to content

Commit

Permalink
fix: yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Jan 17, 2025
1 parent 5b9cea0 commit bc2bdf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gen-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ jobs:
run: ./scripts/gen-readme README.tmpl.md README.tmp

generate-cloc:
needs: generate-package-list
runs-on: ubuntu-latest
permissions: { contents: write }
uses: aarondill/github-actions/.github/workflows/gen-readme.yml@main
with:
commit: false
input-file: README.tmp # read from the above temporary file
commit-readme:
needs: [generate-cloc, generate-package-list]
permissions: { contents: write }
steps:
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit bc2bdf3

Please sign in to comment.