Skip to content

Commit

Permalink
Update Py2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arshiacomplus authored Aug 11, 2024
1 parent aff7db8 commit baa3842
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/Py2.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1 @@
name: me_warp

on:
push:
branches: [ "main" ]
schedule:
- cron: '*/45 * * * *'

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ipaddress
pip install cryptography
pip install requests
- name: Run script
run: python warp2.py
- name: Commit and push changes
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git config credential.helper store
git add -A
git commit -m "Automatic update"
git push

0 comments on commit baa3842

Please sign in to comment.