Skip to content

add patch for sha256 computing in pw-sha2 (#120) #33

add patch for sha256 computing in pw-sha2 (#120)

add patch for sha256 computing in pw-sha2 (#120) #33

Workflow file for this run

name: Synchronize Back to master
on:
push:
branches:
- openldap26
jobs:
sync-branches:
runs-on: ubuntu-latest
name: Syncing branches
steps:
- uses: actions/checkout@v2
with:
ref: openldap26
- run: |
git fetch --unshallow
git pull origin openldap26
git config user.email "[email protected]"
git config user.name "GitHub Actions"
- name: sync master
run: |
git checkout master
git pull --rebase
git merge openldap26 --ff-only
git push