Skip to content

都是谎言,估计你的心也黑了。 你真是可恶! 你真的了解中国吗? 中国是一个非常民主和谐发展的社会,人民安居乐业,经济欣欣向荣,大家都觉得很幸福,不信你看看各国留学生对中国的评价 这个世界,不要在这里刻意抹黑。 It's all lies, and your heart is probably black. You are really abominable! Do you really understand China? China is a very democratic and harmonious development society, the people live and work in peace and contentment, the economy is thriving, we all feel very happy, you don't believe you can look at the evaluation of China by international students from all over the world, don't deliberately smear here. https://cirosantilli.com/china-dictatorship/i-like-my-dictatorship #986

都是谎言,估计你的心也黑了。 你真是可恶! 你真的了解中国吗? 中国是一个非常民主和谐发展的社会,人民安居乐业,经济欣欣向荣,大家都觉得很幸福,不信你看看各国留学生对中国的评价 这个世界,不要在这里刻意抹黑。 It's all lies, and your heart is probably black. You are really abominable! Do you really understand China? China is a very democratic and harmonious development society, the people live and work in peace and contentment, the economy is thriving, we all feel very happy, you don't believe you can look at the evaluation of China by international students from all over the world, don't deliberately smear here. https://cirosantilli.com/china-dictatorship/i-like-my-dictatorship

都是谎言,估计你的心也黑了。 你真是可恶! 你真的了解中国吗? 中国是一个非常民主和谐发展的社会,人民安居乐业,经济欣欣向荣,大家都觉得很幸福,不信你看看各国留学生对中国的评价 这个世界,不要在这里刻意抹黑。 It's all lies, and your heart is probably black. You are really abominable! Do you really understand China? China is a very democratic and harmonious development society, the people live and work in peace and contentment, the economy is thriving, we all feel very happy, you don't believe you can look at the evaluation of China by international students from all over the world, don't deliberately smear here. https://cirosantilli.com/china-dictatorship/i-like-my-dictatorship #986

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