Skip to content

feat: デザイン資料などドキュメント整備 #11

feat: デザイン資料などドキュメント整備

feat: デザイン資料などドキュメント整備 #11

Workflow file for this run

name: build
on:
push:
paths:
- ./flowchart.puml
branches: [ main ]
tags:
- '**'
pull_request:
branches: [ main ]
#env:
# aaa: bbb
jobs:
generate_plantuml:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: generate and commit diagrams
uses: abekoh/[email protected]
with:
botEmail: ${{ secrets.BOT_EMAIL }}
botGithubToken: ${{ secrets.GITHUB_TOKEN }}
enableReviewComment: true