Skip to content
@THIS-IS-NOT-A-BACKUP

THIS-IS-NOT-A-BACKUP

Hi there 👋. This organisation is created to mirror open-sourced tools, and maintain the histories in case where projects were made unavailable.

Sync with this template below, replace any fields in env to your use cases.

# Template to sync with upstream
name: Sync Upstream

env:
  # Required, URL to upstream (fork base)
  UPSTREAM_URL: "https://github.com/<usr>/<repo>.git"
  # Required, token to authenticate bot, could use ${{ secrets.GITHUB_TOKEN }} 
  # Over here, we use a PAT instead to authenticate workflow file changes.
  WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
  # Optional, defaults to main
  UPSTREAM_BRANCH: "main"
  # Optional, defaults to UPSTREAM_BRANCH
  DOWNSTREAM_BRANCH: ""
  # Optional fetch arguments
  FETCH_ARGS: ""
  # Optional merge arguments
  MERGE_ARGS: ""
  # Optional push arguments
  PUSH_ARGS: ""
  # Optional toggle to spawn time logs (keeps action active) 
  SPAWN_LOGS: "false" # "true" or "false"

# This runs every day on 1801 UTC
on:
  schedule:
    - cron: '1 18 * * *'
  # Allows manual workflow run (must in default branch to work)
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: GitHub Sync to Upstream Repository
        uses: dabreadman/sync-upstream-repo@v1.3.0
        with: 
          upstream_repo: ${{ env.UPSTREAM_URL }}
          upstream_branch: ${{ env.UPSTREAM_BRANCH }}
          downstream_branch: ${{ env.DOWNSTREAM_BRANCH }}
          token: ${{ env.WORKFLOW_TOKEN }}
          fetch_args: ${{ env.FETCH_ARGS }}
          merge_args: ${{ env.MERGE_ARGS }}
          push_args: ${{ env.PUSH_ARGS }}
          spawn_logs: ${{ env.SPAWN_LOGS }}

Pinned Loading

  1. SYNC-TEMPLATE Public

    Template for Fork Syncs

Repositories

Showing 10 of 105 repositories
  • lightnovel-crawler Public Forked from dipu-bd/lightnovel-crawler

    Download and generate e-books from online sources.

    Python 0 GPL-3.0 325 0 5 Updated Mar 7, 2025
  • wslg Public Forked from microsoft/wslg

    Enabling the Windows Subsystem for Linux to include support for Wayland and X server related scenarios

    C++ 0 MIT 332 0 0 Updated Mar 7, 2025
  • jq Public Forked from jqlang/jq

    Command-line JSON processor

    C 0 1,706 0 0 Updated Mar 7, 2025
  • overleaf Public Forked from overleaf/overleaf

    A web-based collaborative LaTeX editor

    JavaScript 0 AGPL-3.0 1,561 0 0 Updated Mar 7, 2025
  • system-design-primer Public Forked from donnemartin/system-design-primer

    Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

    Python 0 49,519 0 0 Updated Mar 7, 2025
  • PoETools Public Forked from jaymrobinson/PoETools
    C# 0 GPL-3.0 3 0 0 Updated Mar 7, 2025
  • Radarr Public Forked from Radarr/Radarr

    A fork of Sonarr to work with movies à la Couchpotato.

    C# 1 GPL-3.0 1,067 0 0 Updated Mar 7, 2025
  • swagger-ui Public Forked from swagger-api/swagger-ui

    Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

    JavaScript 0 Apache-2.0 9,201 0 5 Updated Mar 7, 2025
  • youtube-dl Public Forked from ytdl-org/youtube-dl

    Command-line program to download videos from YouTube.com and other video sites

    Python 1 Unlicense 10,636 0 0 Updated Mar 7, 2025
  • ProjectVisBug Public Forked from GoogleChromeLabs/ProjectVisBug

    FireBug for designers › Edit any webpage, in any state https://a.nerdy.dev/gimme-visbug

    JavaScript 1 Apache-2.0 305 0 0 Updated Mar 7, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…