Skip to content

Merge pull request #296 from nodenv/dependabot/npm_and_yarn/prettier-… #278

Merge pull request #296 from nodenv/dependabot/npm_and_yarn/prettier-…

Merge pull request #296 from nodenv/dependabot/npm_and_yarn/prettier-… #278

name: Sync Default Branch
on:
push: { branches: main }
workflow_dispatch:
permissions: {}
jobs:
sync:
permissions: { contents: write }
uses: nodenv/.github/.github/workflows/sync-default-branch.yml@v7
# One-time commands for users to switch-over:
#
# ```console
# git branch -m master main
# git fetch origin
# git branch -u origin/main main
# git remote set-head origin -a
# ```