Trouble with github Actions

We got this error while using the github actions:


Run tira-cli login --token ***
INFO:root:No settings given in /home/runner/.tira/.tira-settings.json. I will use defaults.
WARNING:root:Set DOCKER_HOST to 'unix:///var/run/docker.sock'. Prevent this by explicitly setting the environment variable DOCKER_HOST.
✓ You are authenticated against www.tira.io.
✓ TIRA home is writable.
✓ Docker/Podman is installed.
✓ The tirex-tracker works and will track experimental metadata.

Result:
✓ Your TIRA installation is valid.
TERM environment variable not set.
Ensure that you are registed for task retrieval-augmented-debating-2025.
TIRA Code Submission:
✓ You are registered and will submit as team leonhard-euler to task retrieval-augmented-debating-2025.
The dataset "retrieval-augmented-debating-2025/retrieval-augmented-debating-2025/rad25-2025-01-16-toy-20250116-training" is not publicly available in TIRA. Please visit https://tira.io/datasets for an overview of all public datasets.
Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.8.18/x64/bin/tira-cli", line 8, in <module>
    sys.exit(main())
  File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/tira/tira_cli.py", line 360, in main
    return args.executable(**vars(args))
  File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/tira/tira_cli.py", line 235, in code_submission_command
    client.submit_code(
  File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/tira/tira_client.py", line 312, in submit_code
    dataset_handle = self.get_dataset(f"{task_id}/{dataset_id}")
  File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/tira/rest_api_client.py", line 214, in get_dataset
    raise ValueError(msg)
ValueError: The dataset "retrieval-augmented-debating-2025/retrieval-augmented-debating-2025/rad25-2025-01-16-toy-20250116-training" is not publicly available in TIRA. Please visit https://tira.io/datasets for an overview of all public datasets.
Error: Process completed with exit code 1.

Hi, it seems like there is a typo.

Can you please try:

--dataset rad25-2025-01-16-toy-20250116-training

I.e., so that it is roughly as here: touche-code/clef25/retrieval-augmented-debating/debating-systems/basic-elastic-py at main · touche-webis-de/touche-code · GitHub

This should resolve it, or?

Best regards,

Maik