Skip to content

Commit

Permalink
Update readme-tree.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Oct 1, 2024
1 parent fa3fe20 commit d6fb0df
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/readme-tree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@ jobs:
tree:
runs-on: ubuntu-latest
name: readme-tree
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Create README Tree
uses: RavelloH/readme-tree@v1.1.0
with:
showdirectoryname: "yes"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
- name: Commit README tree changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: update-readme-tree
commit-message: Update README Tree
title: Update README Tree
body: This PR includes new updates to the README Tree.
labels: chore
commit_message: Commit README tree changes

0 comments on commit d6fb0df

Please sign in to comment.