Skip to content

Bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 in /cluster/workspace #33

Bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 in /cluster/workspace

Bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 in /cluster/workspace #33

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 }}