Skip to content

chore(deps): update ghcr.io/google/yamlfmt docker tag to v0.17.1 (#106) #479

chore(deps): update ghcr.io/google/yamlfmt docker tag to v0.17.1 (#106)

chore(deps): update ghcr.io/google/yamlfmt docker tag to v0.17.1 (#106) #479

Workflow file for this run

name: Mirroring
on: [push, delete]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}
jobs:
GitLab:
runs-on: ubuntu-latest
steps:
- name: Checkout code.
run: git clone --mirror "https://github.com/${GITHUB_REPOSITORY}.git" "${GITHUB_WORKSPACE}"
- name: Mirroring.
run: git push --mirror "https://oauth2:${{ secrets.GITLAB_PERSONAL_ACCESS_TOKEN }}@gitlab.com/DeveloperC/${{ github.event.repository.name }}"