Skip to content

Bump types-setuptools from 69.0.0.20240125 to 69.1.0.20240215 (#79) #17

Bump types-setuptools from 69.0.0.20240125 to 69.1.0.20240215 (#79)

Bump types-setuptools from 69.0.0.20240125 to 69.1.0.20240215 (#79) #17

Workflow file for this run

name: OpenCoDE
on:
push:
branches: ["main"]
tags: ["**"]
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repo
uses: actions/checkout@v3
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