1
0

Revert repository url check for CI

This commit is contained in:
Gabriel Freitas
2025-07-07 12:28:32 -03:00
parent 50bee6cdf4
commit cdfc5ea431

View File

@@ -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