Skip to content

你傻逼吧。我到github学习项目,一搜是你这玩意,我不关心政治,你妈的。You are an idiot. I went to GitHub to study a project, and when I searched it, I found your thing. I don't care about politics, fuck you. https://cirosantilli.com/china-dictatorship/overlook-human-rights-for-profit #1601

你傻逼吧。我到github学习项目,一搜是你这玩意,我不关心政治,你妈的。You are an idiot. I went to GitHub to study a project, and when I searched it, I found your thing. I don't care about politics, fuck you. https://cirosantilli.com/china-dictatorship/overlook-human-rights-for-profit

你傻逼吧。我到github学习项目,一搜是你这玩意,我不关心政治,你妈的。You are an idiot. I went to GitHub to study a project, and when I searched it, I found your thing. I don't care about politics, fuck you. https://cirosantilli.com/china-dictatorship/overlook-human-rights-for-profit #1601

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