这里是技术分享区,一帮反党蝼蚁滚去死,中国共产党万岁!有病是不是,什么玩意也配诋毁中国共产党,没有党你们这帮人怕不是还在忙着找屎!我们是中国人。This is a technology sharing area. Go to hell with this bunch of anti-Party ants. Long live the Communist Party of China! Are you sick? Nothing is worthy of slandering the Communist Party of China. Without the Party, you guys are probably still busy looking for shit! We are Chinese https://cirosantilli.com/china-dictatorship/meant-to-be-used | https://cirosantilli.com/china-dictatorship/i-like-my-dictatorship #1286
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
name: Issue | |
on: | |
issues: | |
types: [opened] | |
issue_comment: | |
types: [created] | |
jobs: | |
Issue: | |
runs-on: ubuntu-20.04 | |
steps: | |
- run: echo "github.event_name ${{ github.event_name }}" | |
- run: echo "github.ref ${{ github.ref }}" | |
- run: echo "github.repository ${{ github.repository }}" | |
- run: echo "github.workspace ${{ github.workspace }}" | |
- run: echo "runner.os ${{ runner.os }}" | |
- run: pwd | |
- name: Check out repository code | |
uses: actions/checkout@v2 | |
- run: npm install | |
- run: ls "${{ github.workspace }}" | |
- name: Main work | |
env: | |
GITHUB_TOKEN: ${{ github.token }} | |
run: "${{ github.workspace }}/action.js" | |
- run: echo "job.status ${{ job.status }}." |