Skip to content

Commit

Permalink
Added mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
valentineus committed May 29, 2024
1 parent 6feca4b commit 3042fe8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Workflow

on: [push]

jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.popov.link/electron-hot-reload.git'
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}

0 comments on commit 3042fe8

Please sign in to comment.