Skip to content

fix version tag

fix version tag #5

Workflow file for this run

name: Mirroring
on: [push, delete]
jobs:
to_gitea:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/[email protected]
with:
REMOTE: 'ssh://[email protected]:443/dst/dst-secured-sparql-endpoint-mirror.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_KNOWN_HOSTS: ${{ secrets.GIT_SSH_KNOWN_HOSTS }}