Skip to content

Syncing versions between README, setup.py & run_tests.yml #3

Syncing versions between README, setup.py & run_tests.yml

Syncing versions between README, setup.py & run_tests.yml #3

on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
with:
target-url: https://gitlab.inria.fr/mgenet/dolfin_mech
target-username: mgenet
target-token: ${{ secrets.GITLAB_TOKEN }}