Skip to content
camera-off

GitHub Action

autoclonev2

v0.1.7 Latest version

autoclonev2

camera-off

autoclonev2

automatically clone a github repository and viewbot it at the same time

Installation

Copy and paste the following snippet into your .yml file.

              

- name: autoclonev2

uses: Altify-Developing/[email protected]

Learn more about this action in Altify-Developing/AutoCloneV2

Choose a version

# 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/[email protected]
      with:
        token: ${{ github.token }}
        owner: Altify-Developing
        repository-short: AutoClone
        logging-email: [email protected]

GitHub AutoClone

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




EDUCATIONAL USE ONLY
© Altify Developing, LLC