Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

chore(deps-dev): bump @rollup/plugin-node-resolve from 15.0.1 to 15.2.3 #1549

chore(deps-dev): bump @rollup/plugin-node-resolve from 15.0.1 to 15.2.3

chore(deps-dev): bump @rollup/plugin-node-resolve from 15.0.1 to 15.2.3 #1549

Workflow file for this run

name: Mirror
on: [ push ]
# Ensures that only one mirror task will run at a time.
concurrency:
group: git-mirror
jobs:
git-mirror:
if: github.actor!= 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.ID_STEFANO }}
with:
source-repo: "git@github.com:stefanobartoletti/bricks.git"
destination-repo: "git@gitlab.com:stefanobartoletti/bricks.git"