From 2b0b49fec9dbe923fc84851adc2d5047e03d9e90 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 12:16:39 +0900 Subject: [PATCH] Fixed pr worklfow structure --- .github/workflows/pr-from-upstream.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr-from-upstream.yml b/.github/workflows/pr-from-upstream.yml index 2eccbdf..db9fffc 100644 --- a/.github/workflows/pr-from-upstream.yml +++ b/.github/workflows/pr-from-upstream.yml @@ -6,10 +6,5 @@ on: - cron: "30 0 * * *" # Run every day at 00:30 UTC (9:30 JST) jobs: - Upstream-sync: - runs-on: ubuntu-latest - - steps: - - - name: "Sync with upstream" - uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main \ No newline at end of file + upstream-sync: + uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main \ No newline at end of file