Skip to content

Bump nesbot/carbon from 2.72.5 to 2.72.6 #407

Bump nesbot/carbon from 2.72.5 to 2.72.6

Bump nesbot/carbon from 2.72.5 to 2.72.6 #407

Workflow file for this run

name: "🔄 Sync with external repository"
on: push
jobs:
sync-to-bitbucket:
name: "🔄 Sync with Bitbucket"
runs-on: ubuntu-20.04
steps:
- name: Checkout full repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Mirror repository
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
[email protected]:Roxayl/mondegc.git
ssh_private_key:
${{ secrets.BITBUCKET_SSH_PRIVATE_KEY }}