From 67caff0e26c358777ba3d14a7b8cd53c69fe0940 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 5 Aug 2026 17:58:50 -0400 Subject: [PATCH 1/2] GHA is dumb --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04b9a46404..eec2108ece 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: - name: Calcrom id: calcrom if: ${{ github.event_name == 'push' }} - uses: ./.github/actions/calcrom/action.yml + uses: ./.github/actions/calcrom/action with: romnames: heartgold.us soulsilver.us From b2ffe01017044b718d9b351ea15e2ebe9b509a8f Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 5 Aug 2026 17:59:29 -0400 Subject: [PATCH 2/2] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eec2108ece..a095160cae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: - name: Calcrom id: calcrom if: ${{ github.event_name == 'push' }} - uses: ./.github/actions/calcrom/action + uses: ./.github/actions/calcrom/ with: romnames: heartgold.us soulsilver.us