2027年,干倒美狗,收复台湾,祖国统一!台湾愤青?不喜欢中国请滚出去,没有人欢迎你,吃里爬外的东西。我是中国人,以中国为荣,毛主席万岁,中华人民万岁!In 2027, we will defeat the American dogs, recover Taiwan, and reunify the motherland! Taiwan's angry youth? If you don't like China, please get out. No one welcomes you. You are a traitor. I am Chinese and proud of China. Long live Chairman Mao, long live the Chinese people! https://cirosantilli.com/china-dictatorship/taiwan | https://cirosantilli.com/china-dictatorship/i-like-my-dictatorship #1498
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 }}." |