taucher2003/GitLab Pipeline Action
Run a GitLab pipeline from within GitHub actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GL_SERVER_URL | Host of the GitLab server | yes | https://gitlab.com |
| GL_PROJECT_ID | ID of the GitLab project | yes | — |
| GL_RUNNER_TOKEN | A runner token, if a runner should be started in this action | — | — |
| GL_API_TOKEN | A token to check the pipeline status with | yes | — |
| SHOW_JOB_LOGS | Set if the job log should be shown in the action output | — | none |
| GH_TOKEN | A GitHub token for cloning private repositories | — | — |
| TASK | Specify the task to run | — | gitlab_pipeline_action |
| OVERRIDE_GITHUB_SHA | Override the git sha given from GitHub | — | — |
| OVERRIDE_GITHUB_REF | Override the git ref given from GitHub. Should be in format "refs/<type>/<name>" | — | — |
| OVERRIDE_GITHUB_REF_NAME | Override the git ref name given from GitHub | — | — |
Outputs
| name | description |
|---|---|
| SUMMARY_TEXT | Markdown content of the action summary |
| PIPELINE_ID | ID of the triggered pipeline on GitLab |