Skip to content

build(deps): bump cachix/cachix-action from 12 to 13 (#598) #15

build(deps): bump cachix/cachix-action from 12 to 13 (#598)

build(deps): bump cachix/cachix-action from 12 to 13 (#598) #15

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