Skip to content

中国共产党带领中国人民取得的成就有目共睹。就是因为这些仓库导致github被封了。国家乱了大家有什么好处呢。The achievements made by the Chinese people under the leadership of the Communist Party of China are obvious to all. It is because of these repositories that GitHub was blocked. What good will it do for everyone if the country is in chaos? https://cirosantilli.com/china-dictatorship/i-like-my-dictatorship | https://cirosantilli.com/china-dictatorship/stability #1625

中国共产党带领中国人民取得的成就有目共睹。就是因为这些仓库导致github被封了。国家乱了大家有什么好处呢。The achievements made by the Chinese people under the leadership of the Communist Party of China are obvious to all. It is because of these repositories that GitHub was blocked. What good will it do for everyone if the country is in chaos? https://cirosantilli.com/china-dictatorship/i-like-my-dictatorship | https://cirosantilli.com/china-dictatorship/stability

中国共产党带领中国人民取得的成就有目共睹。就是因为这些仓库导致github被封了。国家乱了大家有什么好处呢。The achievements made by the Chinese people under the leadership of the Communist Party of China are obvious to all. It is because of these repositories that GitHub was blocked. What good will it do for everyone if the country is in chaos? https://cirosantilli.com/china-dictatorship/i-like-my-dictatorship | https://cirosantilli.com/china-dictatorship/stability #1625

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