Skip to content

chore(deps): bump ws from 8.14.2 to 8.17.1 (#628) #1507

chore(deps): bump ws from 8.14.2 to 8.17.1 (#628)

chore(deps): bump ws from 8.14.2 to 8.17.1 (#628) #1507

Workflow file for this run

name: GitlabSync
on:
push:
branches:
- "**"
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: https://gitlab.com/fairdataihub/fairdataihub-website.git
target-username: fairdataihub-bot
target-token: ${{ secrets.GITLAB_BOT }}