Skip to content

Commit

Permalink
Add sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralButter committed Dec 7, 2023
1 parent 5033b81 commit 681f7f1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/dorg_git_sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: dorg_git_sync

on: push

jobs:
dorg_git_sync:
name: dorg_git_sync
runs-on: ubuntu-latest
container:
image: ghcr.io/dpc-sdp/bay/ci-builder:5.x
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Configure Drupal.org remote
run: |
git remote add dorg [email protected]:project/tide_core.git
- name: Push the current branch to the Drupal.org remote
run: |
git push dorg HEAD

0 comments on commit 681f7f1

Please sign in to comment.