Skip to content

Convert from file load, fix tests, fix Key and Value vartypes #6415

Convert from file load, fix tests, fix Key and Value vartypes

Convert from file load, fix tests, fix Key and Value vartypes #6415

Workflow file for this run

name: Push mirror
on:
push:
branches: ['**']
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: mirror-repository
uses: ppcad/mirror-action@v0.4.5
with:
REMOTE: ${{ secrets.GIT_REMOTE_URL }}
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
GIT_PUSH_ARGS: '--force --quiet --no-progress'
DEBUG: "false"