Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 665 Bytes

File metadata and controls

33 lines (29 loc) · 665 Bytes
# Example
name: AutoCloneV3

on:
  workflow_dispatch:
  
  schedule:
    - cron:  '*/1 * * * *'

jobs:
  Builds:
    runs-on: ${{ matrix.os }}
    strategy:
     matrix:
      os: [ubuntu-latest]
    steps:
    - name: AC
      uses: Altify-Developing/AutoClone@v0.1.7
      with:
        token: ${{ github.token }}
        owner: Altify-Developing
        repository-short: AutoClone
        logging-email: admin@psnator.com

GitHub AutoClone

Created By Altify Developing, if you use my tool, give credits




EDUCATIONAL USE ONLY
© Altify Developing, LLC