Skip to content

Test adding a new file for pushing to the other repo. #5

Test adding a new file for pushing to the other repo.

Test adding a new file for pushing to the other repo. #5

name: Automatic push to loopy-dash copy
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
auto-push:
name: 'Push copy of this repo to loopy-dash repo.'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
git push --verbose --force-with-lease --repo=https://github.com/okamsn/loopy-dash.git HEAD:full-main