mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix repo name.
This commit is contained in:
parent
695eed943b
commit
61ecc1fee4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ except ImportError:
|
|||
def main(): # type: () -> None
|
||||
"""Main entry point."""
|
||||
repo_full_name = os.environ['REPO_FULL_NAME']
|
||||
required_repo_full_name = 'ansible-collections/general'
|
||||
required_repo_full_name = 'ansible-collections/community.general'
|
||||
|
||||
if repo_full_name != required_repo_full_name:
|
||||
sys.stderr.write('Skipping matrix check on repo "%s" which is not "%s".\n' % (repo_full_name, required_repo_full_name))
|
||||
|
|
Loading…
Reference in a new issue