Skip to content

added more comments #233

added more comments

added more comments #233

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Run
env:
TOKEN: ${{ secrets.TOKEN }}
IP: ${{ secrets.IP }}
PORT: ${{ secrets.PORT }}
ACTOR: ${{ github.actor }}
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
run: python upload.py '${{ github.sha }}' "$ACTOR" "$COMMIT_MESSAGE" '${{ github.run_id }}'