Skip to content

Commit

Permalink
Merge branch 'master' into UWYXrxiN
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPetakNeuralab committed Oct 16, 2023
2 parents f6c8d87 + 146c5ae commit 03c176f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/bitbucket.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Mirror to Bitbucket
on: [push, workflow_dispatch]
jobs:
mirror-job:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # <-- clone with complete history
- name: Push
uses: heussd/mirror-to-bitbucket-github-action@v2
with:
password: ${{ secrets.BITBUCKET_PASSWORD }}
spacename: erstedigital
repository: keks_woocommerce

0 comments on commit 03c176f

Please sign in to comment.