Skip to content

imp - Loop through resources for localization #14

imp - Loop through resources for localization

imp - Loop through resources for localization #14

Workflow file for this run

name: 'Sync with GL mirror'
on: push
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
submodules: 'true'
fetch-depth: 0
- name: Add mirror auth info
run: git remote add alternate https://AptiviCEO:${{ secrets.GL_APIKEY }}@gitlab.com/aptivi/main/VisualCard.git
- name: Push to mirror
run: git push alternate