Skip to content

Bump actions/checkout from 4.1.7 to 4.2.0 #128

Bump actions/checkout from 4.1.7 to 4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0 #128

Workflow file for this run

name: oc
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- name: Checkout GitHub Repository
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
- name: Configure Git and Sync to GitLab
run: |
git remote add gitlab https://oauth2:${{ secrets.TARGET_TOKEN }}@${{ secrets.TARGET_URL }}
git push gitlab HEAD:main