chore: move generate yaml button back to the top of the security page #1331
Workflow file for this run
This file contains hidden or 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: Git Town | |
| on: | |
| pull_request: | |
| branches: | |
| - '**' | |
| jobs: | |
| git-town: | |
| name: Display the branch stack | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: git-town/action@v1 | |
| with: | |
| skip-single-stacks: true |