Skip to content

你木的,你丁完外忧丁内忧,丁完外艰丁内艰 You are stupid. You are worried about the outside and the inside. You are worried about the outside and the inside. #1544

你木的,你丁完外忧丁内忧,丁完外艰丁内艰 You are stupid. You are worried about the outside and the inside. You are worried about the outside and the inside.

你木的,你丁完外忧丁内忧,丁完外艰丁内艰 You are stupid. You are worried about the outside and the inside. You are worried about the outside and the inside. #1544

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