Skip to content

你们这些垃圾。在反华圈里,你们都是人渣,整天刷屏搞得github乌烟瘴气。 要是老老实实的不好吗?You trash. In the anti-China circle, you are all scum. You spend all your time scrolling and making github a mess. Wouldn't it be nice if we were honest? https://cirosantilli.com/china-dictatorship/meant-to-be-used #1259

你们这些垃圾。在反华圈里,你们都是人渣,整天刷屏搞得github乌烟瘴气。 要是老老实实的不好吗?You trash. In the anti-China circle, you are all scum. You spend all your time scrolling and making github a mess. Wouldn't it be nice if we were honest? https://cirosantilli.com/china-dictatorship/meant-to-be-used

你们这些垃圾。在反华圈里,你们都是人渣,整天刷屏搞得github乌烟瘴气。 要是老老实实的不好吗?You trash. In the anti-China circle, you are all scum. You spend all your time scrolling and making github a mess. Wouldn't it be nice if we were honest? https://cirosantilli.com/china-dictatorship/meant-to-be-used #1259

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