You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Mirror to GitLab and trigger GitLab CI
2
2
3
-
A GitHub Action that mirrors all commits to GitLab, triggers GitLab CI, and returns the results back to GitHub.
3
+
A GitHub Action that mirrors all commits to GitLab, triggers GitLab CI, and returns the results back to GitHub.
4
+
5
+
This action uses active polling to determine whether the GitLab pipeline is finished. This means our GitHub Action will run for the same amount of time as it takes for GitLab CI to finish the pipeline.
0 commit comments