Skip to content

Main: fix search and card heights/defautl to s2025, Rating: fix sizin… #10

Main: fix search and card heights/defautl to s2025, Rating: fix sizin…

Main: fix search and card heights/defautl to s2025, Rating: fix sizin… #10

Workflow file for this run

# Force push code to GitLab for deployment
name: Mirror
on:
push:
branches: [ "main" ]
pull_request:
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 }}