"vscode:/vscode.git/clone" did not exist on "65ee6dcc205abb703e09b0ef3ef6d3571d87cd14"
Unverified Commit c77da0dc authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

[workflow] fixed format error in yaml file (#1145)

parent ff644ee5
......@@ -2,7 +2,7 @@ name: Draft GitHub Release Post
on:
workflow_dispatch:
pull_requests:
pull_request:
paths:
- 'version.txt'
types:
......@@ -18,8 +18,8 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: '3.7.12'
with:
python-version: '3.7.12'
- name: generate draft
id: generate_draft
run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment