Skip to content

Commit

Permalink
Update and rename try-me.yml to mirror-example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 17, 2023
1 parent 3400045 commit 8352d58
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Mirror
name: Mirror example
on:
push:
branches: "main"
paths: .github/workflows/try-me.yml
paths: .github/workflows/mirror-example.yml
schedule:
- cron: "36 */6 * * *"
workflow_dispatch:
Expand All @@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: git clone --mirror https://git.code.sf.net/p/mingw/regex .
- run: git push --mirror "https://x:$TOKEN@github.com/actions4git/mirror-try-me.git"
- run: git push --mirror "https://x:$TOKEN@github.com/actions4git/mirror-example.git"
env:
TOKEN: ${{ secrets.MIRROR_TRY_ME_TOKEN }}

0 comments on commit 8352d58

Please sign in to comment.