๐ Commit by: ้่ฃ ๅฐๆฐ <[email protected]> #14
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: 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 |