diff options
author | boubou19 <miisterunknown@gmail.com> | 2024-09-03 22:13:19 +0200 |
---|---|---|
committer | boubou19 <miisterunknown@gmail.com> | 2024-09-03 22:13:19 +0200 |
commit | 35fc46f9ea7a1dfccd39d03a24558fa157329c08 (patch) | |
tree | 44d06d27d0f4ccbc3b5417e51929fe636310bc42 | |
parent | ff4575eaad37f71d95eaf775f85cd248e12dac04 (diff) | |
download | GT5-Unofficial-35fc46f9ea7a1dfccd39d03a24558fa157329c08.tar.gz GT5-Unofficial-35fc46f9ea7a1dfccd39d03a24558fa157329c08.tar.bz2 GT5-Unofficial-35fc46f9ea7a1dfccd39d03a24558fa157329c08.zip |
fix check naming
-rw-r--r-- | .github/workflows/test-forbidden-ismodloaded.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-forbidden-ismodloaded.yml b/.github/workflows/test-forbidden-ismodloaded.yml index baeb4515be..7d8fa4d53e 100644 --- a/.github/workflows/test-forbidden-ismodloaded.yml +++ b/.github/workflows/test-forbidden-ismodloaded.yml @@ -7,7 +7,7 @@ on: branches: [ master, main ] jobs: - test-forbidden-getmoditems: + test-forbidden-ismodloaded: runs-on: ubuntu-latest steps: - name: Checkout |