Skip to content

Update reset-preserve-github.yml #12

Update reset-preserve-github.yml

Update reset-preserve-github.yml #12

name: Force Reset While Preserving .github
on:
  pull_request: # You can trigger this manually
jobs:
  reset-job:
    runs-on: self-hosted
    steps:
- name: Checkout repository
        uses: actions/checkout@v4
        with:
          fetch-depth: 0  # Needed for full history and reset