Skip to content

FullCourseList: avoid infinite loop #43

FullCourseList: avoid infinite loop

FullCourseList: avoid infinite loop #43

Workflow file for this run

# Force push code to GitLab for deployment
name: Mirror
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: action-pack/gitlab-sync@v3
with:
# GitLab repo URL
url: https://gitlab.sccs.swarthmore.edu/sccs/scheduler.git
# GitLab username
username: mirrorbot
# GitLab token
token: ${{ secrets.GITLAB_TOKEN }}