Page layout was broken with last update of new profile pages. Picture… #568
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 |