cog_0.16: Fix the launch in Weston kiosk mode #312
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync Gitlab Mirror | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
sync-gitlab-mirror: | |
runs-on: ubuntu-latest | |
name: Sync Gitlab Mirror | |
steps: | |
- name: POST mirror pull request to Gitlab | |
run: | | |
curl -X POST \ | |
-H "PRIVATE-TOKEN: ${{ secrets.GITLAB_TOKEN }}" \ | |
"https://gitlab.com/api/v4/projects/browsers%2Fmeta-webkit/mirror/pull" |