Skip to content

Update dependency pdm-backend to v2.4.3 (#188) #123

Update dependency pdm-backend to v2.4.3 (#188)

Update dependency pdm-backend to v2.4.3 (#188) #123

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-backend.git
git push opencode -f
git push opencode -f --tags