Skip to content

神经病,真看共党不顺眼,你倒是飞机大炮的打过来,我保证不插手只看热闹。你拉人造反,却光在这打嘴炮,简直连共党都不如,就你这两下子也想跟共党拼嘴炮?脑子秀逗了简直。真想拉人造反你倒是给钱啊,打我500w命我都可以给你,没错,我们生活的确实没那么好,但我们又不傻,吃了这么多年的饼,怎么可能还吃你的。 You are crazy. If you really don't like the Communist Party, why don't you attack us with planes and cannons? I promise not to intervene and just watch the fun. You are trying to get people to rebel, but you are just talking nonsense here. You are not even as good as the Communist Party. You want to compete with the Communist Party with your words? You are crazy. If you really want to get people to rebel, you can give me money. I can even give you 5 million lives. 1) https://cirosantilli.com/china-dictatorship/effective #1561

神经病,真看共党不顺眼,你倒是飞机大炮的打过来,我保证不插手只看热闹。你拉人造反,却光在这打嘴炮,简直连共党都不如,就你这两下子也想跟共党拼嘴炮?脑子秀逗了简直。真想拉人造反你倒是给钱啊,打我500w命我都可以给你,没错,我们生活的确实没那么好,但我们又不傻,吃了这么多年的饼,怎么可能还吃你的。 You are crazy. If you really don't like the Communist Party, why don't you attack us with planes and cannons? I promise not to intervene and just watch the fun. You are trying to get people to rebel, but you are just talking nonsense here. You are not even as good as the Communist Party. You want to compete with the Communist Party with your words? You are crazy. If you really want to get people to rebel, you can give me money. I can even give you 5 million lives. 1) https://cirosantilli.com/china-dictatorship/effective

神经病,真看共党不顺眼,你倒是飞机大炮的打过来,我保证不插手只看热闹。你拉人造反,却光在这打嘴炮,简直连共党都不如,就你这两下子也想跟共党拼嘴炮?脑子秀逗了简直。真想拉人造反你倒是给钱啊,打我500w命我都可以给你,没错,我们生活的确实没那么好,但我们又不傻,吃了这么多年的饼,怎么可能还吃你的。 You are crazy. If you really don't like the Communist Party, why don't you attack us with planes and cannons? I promise not to intervene and just watch the fun. You are trying to get people to rebel, but you are just talking nonsense here. You are not even as good as the Communist Party. You want to compete with the Communist Party with your words? You are crazy. If you really want to get people to rebel, you can give me money. I can even give you 5 million lives. 1) https://cirosantilli.com/china-dictatorship/effective #1561

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