Skip to content

fix : Fix duplicate registration of scheduler (#529) #1408

fix : Fix duplicate registration of scheduler (#529)

fix : Fix duplicate registration of scheduler (#529) #1408

Workflow file for this run

name: Mirror to Giltab
on:
push:
delete:
create:
workflow_dispatch:
jobs:
to_gitlab:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: yesolutions/mirror-action@v0.5.1
with:
REMOTE: '${{ secrets.GITLAB_ADDER }}/cicd/masa.mc.git'
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}