From 9eb6d281930aa439b8081a9e292e881a10dc1ef7 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sat, 1 Mar 2025 22:43:56 -0800 Subject: [PATCH] Trigger commit-report sync --- .gitea/workflows/mirror.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/mirror.yaml b/.gitea/workflows/mirror.yaml index f559f1c..9d405f8 100644 --- a/.gitea/workflows/mirror.yaml +++ b/.gitea/workflows/mirror.yaml @@ -11,5 +11,16 @@ jobs: pwd echo "" ls - - uses: https://gitea.scubbo.org/scubbo/commit-report-sync@dev + # If I were going to make this as a template, I'd instead use the `${{ github.[...] }} context to determin owner + # and name directly from the context. + # I'm leaving that off because it'd require a whole other step (to pipe `github.repository` through a splitting + # tool, because there's only `github.repository_owner`, no `github.repository_name`) + - uses: https://gitea.scubbo.org/scubbo/commit-report-sync@main + with: + target_repo_domain: github.com + target_repo_owner: scubbo + target_repo_name: gitea-commit-mirror + source_repo_domain: gitea.scubbo.org + source_repo_owner: scubbo + source_repo_name: commit-report-sync-testbed