Skip to content

Create test4.md

Create test4.md #5

Workflow file for this run

name: gor.py
on:
pull_request:
types:
opened
branches:
main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: setup
uses: actions/setup-python@v4
with:
python-version: '3.10' # install python version
- name: install packages
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: execute
env:
GH_AUTH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
PR_ID: ${{ github.event.number }}
run: |
python gor.py