chore(deps-dev): bump npm from 8.3.1 to 8.19.4 #799
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ejection | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
rebase: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
ref: boilerplate-ejection | |
- run: git config user.name "Project Owner" | |
- run: git config user.email "owner@project.com" | |
- run: git rebase origin/main | |
- run: git push --force --set-upstream origin boilerplate-ejection |