Skip to content

Merge pull request #38 from nodenv/dependabot/npm_and_yarn/nodenv/nod… #33

Merge pull request #38 from nodenv/dependabot/npm_and_yarn/nodenv/nod…

Merge pull request #38 from nodenv/dependabot/npm_and_yarn/nodenv/nod… #33

Workflow file for this run

name: Sync Default Branch
on:
push: { branches: main }
workflow_dispatch:
permissions: {contents: read}
jobs:
sync:
permissions: {contents: write}
uses: nodenv/.github/.github/workflows/sync-master.yml@v4

Check failure on line 10 in .github/workflows/sync-master.yml

GitHub Actions / .github/workflows/sync-master.yml

Invalid workflow file

error parsing called workflow ".github/workflows/sync-master.yml" -> "nodenv/.github/.github/workflows/sync-master.yml@v4" : failed to fetch workflow: workflow was not found.
# 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
# ```