Skip to content

cluster/portal - improve terminal scrollbar #70

cluster/portal - improve terminal scrollbar

cluster/portal - improve terminal scrollbar #70

Workflow file for this run

name: git-sync
permissions:
contents: read
on: push
jobs:
gitlab:
name: Gitlab
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sync to GitLab
uses: keninkujovic/gitlab-sync@2.1.0
with:
gitlab_url: https://gitlab.com/octelium/cordium.git
username: geoctl
gitlab_pat: ${{ secrets.GITLAB_PAT }}