Update README

This commit is contained in:
howardwu 2020-06-15 17:02:14 -07:00
parent 0747b6f5d9
commit c9ba4797b6
2 changed files with 3 additions and 2 deletions

View File

@ -40,6 +40,7 @@ jobs:
git commit -m "Add markdown changes" -a git commit -m "Add markdown changes" -a
- name: Push changes - name: Push changes
uses: ad-m/github-push-action uses: ad-m/github-push-action@master
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.head_ref }}

View File

@ -5,7 +5,7 @@ gantt
title Test Diagram title Test Diagram
section Section section Section
A task :a1, 2014-01-01, 30d A task :a1, 2014-01-01, 30d
Another task :after a1, 20d Another task :after a1, 20d
``` ```