Skip to content

Modified README.mdp file #17

Modified README.mdp file

Modified README.mdp file #17

name: build
on:
push:
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v4
with:
ref: 'master'
fetch-depth: 0
- uses: deGrootLab/pmx@master
with:
target-url: 'https://codehub.hlrs.de/coes/bioexcel/pmx.git'
target-username: ${{ secrets.ACCESS_TOKEN_NAME }}
target-token: ${{ secrets.ACCESS_TOKEN }}