mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-31 16:50:28 +01:00
Not sure quote what the problem is, but it's erroring: https://github.com/RustSec/advisory-db/runs/2051631730?check_suite_focus=true
15 lines
342 B
YAML
15 lines
342 B
YAML
# Temporary job to support clients which still consume 'master'
|
|
# See: <https://github.com/RustSec/advisory-db/issues/312>
|
|
name: Mirror 'main' branch to 'master'
|
|
|
|
on:
|
|
push:
|
|
branches: main
|
|
|
|
jobs:
|
|
mirror-master-to-main:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- run: git push -f origin main:master
|