Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Jul 19, 2024
1 parent eadbfd2 commit 676c199
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on:
jobs:
ls:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- run: cd templates && ls -1 | grep -v 'ls' > ls
- run: cd features && ls -1 | grep -v 'ls' > ls
- run: cd addons && ls -1 | grep -v 'ls' > ls
- uses: stefanzweifel/git-auto-commit-action@v5

0 comments on commit 676c199

Please sign in to comment.