Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Create blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarid authored Apr 7, 2023
1 parent a3136d4 commit 9849ae5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: CI

on:
schedule:
- cron: '5 * * * *'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Resolve domains, collect and store IP addresses
run: |
sh test.sh > ip-list.txt
git config --global user.email "[email protected]"
git config --global user.name "Vahid Farid"
git add -A
git commit -m "Automatic update"
git push

0 comments on commit 9849ae5

Please sign in to comment.