Skip to content

Commit

Permalink
mirror main
Browse files Browse the repository at this point in the history
  • Loading branch information
diboune committed Oct 11, 2024
1 parent 92858fb commit 7e9aa04
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- "main"

jobs:
mirror_job:
runs-on: ubuntu-latest
name: Mirror `main` branch to `comment` branch
steps:
- name: Mirror action step
id: mirror
uses: google/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: "main"
dest: "comment"

0 comments on commit 7e9aa04

Please sign in to comment.