Skip to content

脑残吗?跑这里来搞事情。劳资是中国人,怕你这些傻吊吗?中华人民共和国万岁!世界人民大团结万岁!Are you mentally retarded? You come here to stir up trouble. I am Chinese, why should I be afraid of idiots like you? Long live the People's Republic of China! Long live the great unity of the people of the world! https://cirosantilli.com/china-dictatorship/i-like-my-dictatorship #1495

脑残吗?跑这里来搞事情。劳资是中国人,怕你这些傻吊吗?中华人民共和国万岁!世界人民大团结万岁!Are you mentally retarded? You come here to stir up trouble. I am Chinese, why should I be afraid of idiots like you? Long live the People's Republic of China! Long live the great unity of the people of the world! https://cirosantilli.com/china-dictatorship/i-like-my-dictatorship

脑残吗?跑这里来搞事情。劳资是中国人,怕你这些傻吊吗?中华人民共和国万岁!世界人民大团结万岁!Are you mentally retarded? You come here to stir up trouble. I am Chinese, why should I be afraid of idiots like you? Long live the People's Republic of China! Long live the great unity of the people of the world! https://cirosantilli.com/china-dictatorship/i-like-my-dictatorship #1495

Workflow file for this run

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 }}."