Skip to content

你也配?要事实没事实,要逻辑没逻辑,要文笔没文笔,你也配反党?你也不撒泡尿照照?Are you worthy? If you want facts but not facts, logic but no logic, and writing style but no writing skills, are you qualified to rebel against the Party? Don't you take pictures of yourself by peeing? #1289

你也配?要事实没事实,要逻辑没逻辑,要文笔没文笔,你也配反党?你也不撒泡尿照照?Are you worthy? If you want facts but not facts, logic but no logic, and writing style but no writing skills, are you qualified to rebel against the Party? Don't you take pictures of yourself by peeing?

你也配?要事实没事实,要逻辑没逻辑,要文笔没文笔,你也配反党?你也不撒泡尿照照?Are you worthy? If you want facts but not facts, logic but no logic, and writing style but no writing skills, are you qualified to rebel against the Party? Don't you take pictures of yourself by peeing? #1289

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