Skip to content

Add documentation for Multiversal Compliance System #25

Add documentation for Multiversal Compliance System

Add documentation for Multiversal Compliance System #25

name: AstraLink Genesis Bot Deployment
on:
push:
branches:
- main
paths:
- 'astra-genesis/*'
jobs:
deploy:

Check failure on line 11 in .github/workflows/astra-genesis-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/astra-genesis-deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@vs
- name: Setup Python
uses: actions/setup-python@vs
with:
python-version: '3.9'
- name: Install Dependencies
run: |
pip install requests beautifulsoup4
- name: Run Bot Deployment
run: |
python astra-genesis/genesis-bot/microtask-bot.py
- name: Commit and Push Changes
run: |
git config --global user.name AstraBot
git config --global user.email bot@astralink.com
git add .
git commit -m "Automated Genesis Bot Deployment"
git push