Skip to content

Bump codecov/codecov-action from 5.5.0 to 5.5.1 #49

Bump codecov/codecov-action from 5.5.0 to 5.5.1

Bump codecov/codecov-action from 5.5.0 to 5.5.1 #49

Workflow file for this run

name: GitlabSync
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: action-pack/gitlab-sync@v3.03
with:
# GitLab repo URL
url: ${{ secrets.GITLAB_TARGET_URL }}
# GitLab username
username: ${{ secrets.GITLAB_TARGET_USERNAME }}
# GitLab token
token: ${{ secrets.GITLAB_TARGET_TOKEN }}