Add missing services.yaml update (for username pattern). #648
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: trigger mirror to gitlab | |
on: [push] | |
jobs: | |
trigger: | |
runs-on: "ubuntu-latest" | |
steps: | |
- name: trigger | |
uses: appleboy/[email protected] | |
with: | |
host: "https://gitlab.bewelcome.org" | |
token: ${{ secrets.TRIGGER_TOKEN }} | |
project_id: 17 | |
ref: master |