在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):bdougie/variables-in-markdown开源软件地址(OpenSource Url):https://github.com/bdougie/variables-in-markdown开源编程语言(OpenSource Language):Ruby 68.9%开源软件介绍(OpenSource Introduction):Variables in MarkdownThis GitHub Action will allow you to set variables in Markdown and interpolate throughout your GitHub Issue. UsageThis GitHub Action that replaces template in your variables on: issues
name: Template Variables in Markdown
jobs:
markdown:
name: markdown-marker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: bdougie/variables-in-markdown@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TestingThis action is best used with issue templates. Create an example ---
title: New Issue
labels: bug, enhancement
---
<!--#
NOUN=mother
ATTRIBUTION=Mark Wahlberg
$-->
"Say hi to your {{ NOUN }} for me," {{ ATTRIBUTION }} You'll notice that the above example has some |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论