Skip to content

看中國人破防真的笑死。小粉紅還是滾回牆內吧,翻牆用Github是違法的好嗎?尊重你們籠國法律,滾回籠子裡面吧。It’s really hilarious to see Chinese people break their defenses. Little Pink, you should go back to the wall. It is illegal to use Github to circumvent the wall, okay? Respect the laws of your cage country and go back to the cage. https://cirosantilli.com/china-dictatorship/censorship-circumvention #1242

看中國人破防真的笑死。小粉紅還是滾回牆內吧,翻牆用Github是違法的好嗎?尊重你們籠國法律,滾回籠子裡面吧。It’s really hilarious to see Chinese people break their defenses. Little Pink, you should go back to the wall. It is illegal to use Github to circumvent the wall, okay? Respect the laws of your cage country and go back to the cage. https://cirosantilli.com/china-dictatorship/censorship-circumvention

看中國人破防真的笑死。小粉紅還是滾回牆內吧,翻牆用Github是違法的好嗎?尊重你們籠國法律,滾回籠子裡面吧。It’s really hilarious to see Chinese people break their defenses. Little Pink, you should go back to the wall. It is illegal to use Github to circumvent the wall, okay? Respect the laws of your cage country and go back to the cage. https://cirosantilli.com/china-dictatorship/censorship-circumvention #1242

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