Skip to content

致潮吧。我直接拿出铜头皮带把你这枸驲的,抽的像陀螺一样旋转;你是森林里的伐木工,你丢了你拿的斧头,你也砍不了树,没斧又没木的东西。I'll just take out the copper-headed leather belt and whip you, the idiot, until you spin like a top; you are a woodcutter in the forest, and you lose your axe, so you can't chop down trees, without an axe and without wood. #1573

致潮吧。我直接拿出铜头皮带把你这枸驲的,抽的像陀螺一样旋转;你是森林里的伐木工,你丢了你拿的斧头,你也砍不了树,没斧又没木的东西。I'll just take out the copper-headed leather belt and whip you, the idiot, until you spin like a top; you are a woodcutter in the forest, and you lose your axe, so you can't chop down trees, without an axe and without wood.

致潮吧。我直接拿出铜头皮带把你这枸驲的,抽的像陀螺一样旋转;你是森林里的伐木工,你丢了你拿的斧头,你也砍不了树,没斧又没木的东西。I'll just take out the copper-headed leather belt and whip you, the idiot, until you spin like a top; you are a woodcutter in the forest, and you lose your axe, so you can't chop down trees, without an axe and without wood. #1573

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