Skip to content

feat: add warning if more than 500 regexes are in use #11

feat: add warning if more than 500 regexes are in use

feat: add warning if more than 500 regexes are in use #11

Workflow file for this run

name: mirror git repo
on:
push:
branches:
- main
jobs:
mirror:

Check failure on line 7 in .github/workflows/mirror-repo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mirror-repo.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
runs-on: ubuntu-latest
if: github.repository_owner == '0xERR0R'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/0xERR0R/blocky.git'
GIT_USERNAME: 0xERR0R
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}
- name: Delete old runs
uses: Mattraks/delete-workflow-runs@v2
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
delete_workflow_pattern: mirror-repo.yml