Skip to content

不是这仓库反华还凭什么1.8k星。github是托管代码的,不是给你来托管你这个的,什么离谱仓库,你还是不是中国人啊。Why does this warehouse have 1.8k stars if it’s not that it’s anti-China? Github is for hosting code, not for you to host yours, what an outrageous warehouse, you are still not Chinese. https://cirosantilli.com/china-dictatorship/most-chinese-people-like-their-dictatorship | https://cirosantilli.com/china-dictatorship/not-chinese #1263

不是这仓库反华还凭什么1.8k星。github是托管代码的,不是给你来托管你这个的,什么离谱仓库,你还是不是中国人啊。Why does this warehouse have 1.8k stars if it’s not that it’s anti-China? Github is for hosting code, not for you to host yours, what an outrageous warehouse, you are still not Chinese. https://cirosantilli.com/china-dictatorship/most-chinese-people-like-their-dictatorship | https://cirosantilli.com/china-dictatorship/not-chinese

不是这仓库反华还凭什么1.8k星。github是托管代码的,不是给你来托管你这个的,什么离谱仓库,你还是不是中国人啊。Why does this warehouse have 1.8k stars if it’s not that it’s anti-China? Github is for hosting code, not for you to host yours, what an outrageous warehouse, you are still not Chinese. https://cirosantilli.com/china-dictatorship/most-chinese-people-like-their-dictatorship | https://cirosantilli.com/china-dictatorship/not-chinese #1263

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