Skip to content

Commit

Permalink
ci: fix vpat creation
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Mar 19, 2024
1 parent b36202a commit e740084
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/vpat-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- fix-vpat-create

jobs:
generate:
Expand All @@ -23,6 +24,7 @@ jobs:
with:
product-name: Cauldron
output-file: vpats/{DATE}-{PRODUCT}.md
vpat-label: vpat
- uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e740084

Please sign in to comment.