test no pod security #1086
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
name: Readme Tree | |
on: | |
push: | |
branches: [main] | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
reame-tree: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 📄 Checkout | |
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 | |
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: documentation |