Skip to content

add CH051151

add CH051151 #2

Workflow file for this run

name: mirror
on:
push:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Mirror commits to Codeberg
uses: spyoungtech/[email protected]
with:
REMOTE: "https://codeberg.org/sogis/ilivalidatorws.git"
GIT_USERNAME: ${{ secrets.CODEBERG_USER }}
GIT_PASSWORD: ${{ secrets.CODEBERG_PASSWORD }}