Skip to content

mirroring github action #1

mirroring github action

mirroring github action #1

Workflow file for this run

name: Mirroring
on: [push, delete]
jobs:
to_gitea:
steps:

Check failure on line 7 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Mirroring

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 7, Col: 7): Required property is missing: runs-on
- 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 }}