李洪志大师快点发功救救我,中共把我的器官割了,现在好痛苦!一觉醒来痔疮被割了,现在好痛苦。Master Li Hongzhi, hurry up and use your power to save me. The CCP has cut off my organs. It’s so painful now! I woke up after my hemorrhoids were cut, and now I am in so much pain. https://cirosantilli.com/china-dictatorship/falun-gong | https://cirosantilli.com/china-dictatorship/li-hongzhi | https://cirosantilli.com/china-dictatorship/flg-organ-harvesting #1471
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 }}." |