Adding concept and environment variable mapping when migrating from #GitHub Actions to #GitLab CI/CD: https://jupyter-tutorial.readthedocs.io/en/latest/productive/git/gitlab/github-migration.html#mapping
Migrating GitHub Actions

GitLab CI/CD and GitHub Actions have some similarities in configuration, making migration to GitLab CI/CD relatively easy: Workflow configuration files are written in YAML and are stored in the rep...

Jupyter Tutorial