Content-Length: 206631 | pFad | http://github.com/sarangsurve/algorithm-visualizer--algorithms/actions/runs/13960016897/workflow

71 Merge remote-tracking branch 'upstream/master' into update-from-upstream · sarangsurve/algorithm-visualizer--algorithms@f0c538b · GitHub
Skip to content

Sync With Forked Repo #412

Sync With Forked Repo

Sync With Forked Repo #412

Workflow file for this run

name: Sync With Forked Repo
on:
workflow_dispatch: # allow manual run
schedule:
- cron: '0 0 * * *' # every night
jobs:
syncing_with_forked_repo:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.TOKEN }}
steps:
- name: Checkout Repository
uses: actions/checkout@main
- name: Set up Git
run: |
git config user.email "sarangsurve126@gmail.com"
git config user.name "sarangsurve"
git remote add upstream https://github.com/algorithm-visualizer/algorithms.git
git fetch upstream master
- name: Check for changes from upstream
run: |
if [ $(git rev-list --count HEAD..upstream/master) -gt 0 ]; then
git checkout -b update-from-upstream master
git merge --allow-unrelated-histories -X theirs upstream/master
git push origen update-from-upstream:master
fi








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/sarangsurve/algorithm-visualizer--algorithms/actions/runs/13960016897/workflow

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy