Skip to content

main

main #10553

Workflow file for this run

name: main
on:
push:
workflow_dispatch:
jobs:
run-script:
name: job0
runs-on: ubuntu-latest
env:
GITLAB_TOKEN: ${{ secrets.GITLAB }}
steps:
- uses: actions/checkout@v4
- run: sudo apt update
- run: sudo apt install -y python3-requests
- run: bash main.sh