我就操你妈了 老子来github是学习东西的 搜个东西天天能搜到你们这群傻狗在这发 你麻痹生你的时候怎么没给你直接夹死,天天他妈的在这发,一群下水道里的老鼠,天天在外网叫,有种来中国啊,你麻痹的,老子要是现实能遇到你们,头给你们打烂,一群傻逼。I'm gonna fuck your mom. I came to github to learn stuff, but when I search for something I find you idiots posting stuff here every day. Why didn't I crush you to death when you were born? You post stuff here every fucking day. You're a bunch of rats in the sewer, yelling on the Internet every day. Come to China if you dare. If I could meet you in real life, I'd smash your heads, you're a bunch of idiots. https://cirosantilli.com/china-dictatorship/meant-to-be-used #1513
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}." |