Skip to content

build(deps): bump peter-evans/create-pull-request from 5 to 6 (#634) #18

build(deps): bump peter-evans/create-pull-request from 5 to 6 (#634)

build(deps): bump peter-evans/create-pull-request from 5 to 6 (#634) #18

Workflow file for this run

name: "Reset staging to main"
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
reset:
permissions:
contents: write # for Git to git push
runs-on: ubuntu-latest
if: github.repository == 'letsblockit/letsblockit'
steps:
- uses: actions/checkout@v4
- run: git push origin main:staging --force