中国要是倒了,全球华人都将是三等四等五等公民。黑人都不如啊。有国才有家,国强才能立正,近代史和现代史都已经证明了,叙利亚就是非常好的例子,觉醒和挨饿之间,现在了相信美西方,然后饿醒了。国与国全是利益。If China collapses, Chinese people all over the world will be third, fourth, and fifth class citizens. Even worse than black people. Only with a country can you have a home, and only with a strong country can you stand upright. Modern and contemporary history have proven this. Syria is a very good example. Between awakening and starvation, now they believe in the United States and the West, and then they wake up from hunger. All the interests between countries. https://cirosantilli.com/china-dictatorship/evil-west | https://cirosantilli.com/china-dictatorship/racist-west #1556
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 }}." |