forked from FiloSottile/mkcert
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f207f4
commit a10efa9
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: No Free usage issue checker | ||
|
||
# 有趣的action | ||
|
||
on: | ||
issues: | ||
types: [opened, reopened] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Check issue actor | ||
uses: fluttercandies/[email protected] | ||
with: | ||
# 由GitHub提供的临时Token,必须在此处进行传递,且必须为这个值。 | ||
forked: '--no-forked' | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
words: 为了支持我们的项目,请您在点赞该仓库后提交问题。谢谢!To support our project, please file the issue after you starred the repo. Thanks! 🙂 作者:biewang |