Skip to content

⬆️ Bump fast-jwt from 3.3.1 to 3.3.2 in /serverless #327

⬆️ Bump fast-jwt from 3.3.1 to 3.3.2 in /serverless

⬆️ Bump fast-jwt from 3.3.1 to 3.3.2 in /serverless #327

name: Directory Tree Generator
on:
pull_request:
branches:
- 'nextjs'
jobs:
generate-directory-tree:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Generate File Tree
run: |
pip install regex
python ./file_tree_generator.py
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: ":art: Auto-generated directory tree for repository in Architecture.md"
commit_options: '--no-verify'
commit_user_name: github-actions
commit_user_email: [email protected]