Skip to content

Sync Fork

Sync Fork #426

Workflow file for this run

---
name: Sync Fork
# yamllint disable rule:truthy
on:
push:
branches:
- master
schedule:
- cron: "1 1 */7 * *"
jobs:
Repo-Sync:
if: github.repository != 'EA31337/EA31337-classes'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/checkout@v2
with:
fetch-depth: 0
path: upstream
persist-credentials: false
repository: EA31337/EA31337-classes
- name: Configures Git
run: |
git config --local core.autocrlf false
git config --local user.email "${git_email}"
git config --local user.name "${{ github.actor }}"
env:
git_email: "${{ github.actor }}@users.noreply.github.com"
- name: Pulls files from upstream
run: |
git pull upstream --autostash --rebase -Xours
- name: Prints differences
run: NO_PAGER=1 git --no-pager diff HEAD^
- name: Push changes
uses: ad-m/github-push-action@master
with:
branch: ${{ github.ref }}
github_token: ${{ secrets.GITHUB_TOKEN }}
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy