From 5f443aa46fd87e1e4ee50aa5e59d4bd7249baa28 Mon Sep 17 00:00:00 2001 From: kbenestad Date: Thu, 4 Jun 2026 17:31:53 +0700 Subject: [PATCH] Fix typo in mirror.yml steps section --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 812b1c3..be05342 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -2,7 +2,7 @@ on: [push] jobs: mirror: runs-on: ubuntu-latest - steps:reimburse + steps: - uses: actions/checkout@v3 with: fetch-depth: 0