Skip to content
Snippets Groups Projects
Commit b741f18a authored by Xiao Gui's avatar Xiao Gui
Browse files

fix: path to checklist

parent 176e42c2
No related branches found
No related tags found
No related merge requests found
module.exports = async ({github, context}) => {
const pathToChecklist = './e2e/checklist.md'
const pathToChecklist = './checklist.md'
const fs = require('fs')
const { promisify } = require('util')
const asyncReadFile = promisify(fs.readFile)
......
......@@ -101,7 +101,7 @@ def gherkin_to_markdown(gherkin_text):
)
def main(output: str="./e2e/checklist.md"):
def main(output: str="./checklist.md"):
path_to_feature = Path("features")
markdown_txt = """# Staging Checklist
......
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