Skip to content

Rollback version bump from 2a01561b16209a727d07e6c847e4187162fa1fe5 #111

Rollback version bump from 2a01561b16209a727d07e6c847e4187162fa1fe5

Rollback version bump from 2a01561b16209a727d07e6c847e4187162fa1fe5 #111

Workflow file for this run

name: OpenCoDE
on:
push:
branches: ["main"]
tags: ["**"]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
sync:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: 'main'
fetch-depth: 0
- name: Push main branch
run: |
git remote add opencode https://${{ secrets.OPENCODE_USER }}:${{ secrets.OPENCODE_TOKEN }}@gitlab.opencode.de/robert-koch-institut/mex/mex-common.git
git push opencode -f
git push opencode -f --tags