Skip to content

ci(github-action)!: Update actions/checkout action ( v3 → v4 ) (#9) #102

ci(github-action)!: Update actions/checkout action ( v3 → v4 ) (#9)

ci(github-action)!: Update actions/checkout action ( v3 → v4 ) (#9) #102

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Mirror to Gitlab
on: [push]
jobs:
mirror:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/[email protected]
with:
REMOTE: 'https://gitlab.com/${{ github.repository }}'
GIT_USERNAME: ${{ secrets.ORG_GITLAB_SYNC_UN }}
GIT_PASSWORD: ${{ secrets.ORG_GITLAB_SYNC_PW }}