Skip to content

Update gitlab-sync action version to 2.1.3 #87

Update gitlab-sync action version to 2.1.3

Update gitlab-sync action version to 2.1.3 #87

Workflow file for this run

name: Sync Repo to GitLab
on:
push
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: keninkujovic/gitlab-sync@2.1.3
with:
gitlab_url: https://gitlab.com/endeavouros-filemirror/Branding.git
username: ${{ secrets.GITLAB_USR }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}