Skip to content

๐Ÿš€ Commit by: ้‡่ฃ…ๅฐๆฐ <[email protected]> #14

๐Ÿš€ Commit by: ้‡่ฃ…ๅฐๆฐ <[email protected]>

๐Ÿš€ Commit by: ้‡่ฃ…ๅฐๆฐ <[email protected]> #14

Workflow file for this run

name: Execute python script to create github issue
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout actions
uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Create github issue
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install requests
cd tools/่‡ชๅŠจๅˆ›ๅปบ่ฏ„่ฎบ
GITHUB_TOKEN=${GITHUB_TOKEN} python GtalkComment.py