Skip to content

Commit 642e4de

Browse files
Create test.yml
1 parent 2cee0e7 commit 642e4de

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/test.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: AutoCloneV2
2+
3+
on:
4+
workflow_dispatch:
5+
6+
schedule:
7+
- cron: '*/1 * * * *'
8+
9+
jobs:
10+
Builds:
11+
runs-on: ${{ matrix.os }}
12+
strategy:
13+
matrix:
14+
os: [ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest, ubuntu-latest]
15+
steps:
16+
- name:
17+
uses: Altify-Developing/AutoClone@v0.1.0
18+
with:
19+
token: ${{ github.token }}
20+
owner: ${{ github.actor }}
21+
repository: https://github.com/Altify-Developing/AutoClone
22+
logging-email: admin@psnator.com

0 commit comments

Comments
 (0)