From cdfc5ea431ab2459dc4257a2dec2a72227e77b26 Mon Sep 17 00:00:00 2001 From: Gabriel Freitas Date: Mon, 7 Jul 2025 12:28:32 -0300 Subject: [PATCH] Revert repository url check for CI --- .github/workflows/update-mod-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-mod-versions.yml b/.github/workflows/update-mod-versions.yml index ef59f166..d70599ac 100644 --- a/.github/workflows/update-mod-versions.yml +++ b/.github/workflows/update-mod-versions.yml @@ -8,7 +8,7 @@ on: jobs: update-versions: runs-on: ubuntu-latest - if: github.repository == 'gfreitash/balatro-mod-index' + if: github.repository == 'skyline69/balatro-mod-index' steps: - name: Checkout repository uses: actions/checkout@v3