Files
purplebored.pl/.github/workflows/main.yml
Workflow config file is invalid. Please check your config file: yaml: line 3: mapping values are not allowed in this context
Nikodem Skotarczak 45b5c5bc52 Create main.yml
2024-05-03 23:43:52 +02:00

12 lines
345 B
YAML

on: [push]
...
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/Purplebored/My-Personal-Website.git'
GIT_USERNAME: purplebored
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}