Skip to content

Deleting the old readme.md file from old directory #5

Deleting the old readme.md file from old directory

Deleting the old readme.md file from old directory #5

Workflow file for this run

name: Sync to GitLab
on:
push:
branches:
- master
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to GitLab mirror
run: |
git push --mirror https://oauth2:${{ secrets.GITLAB_TOKEN }}@gitlab.com/Refloow/Discord-Channel-Moderator.git