File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ name: Generate SBOM
88on :
99 workflow_dispatch : {}
1010 push :
11- branches : [" master" ]
11+ branches : [' master' ]
1212 paths :
13- - " requirements.txt"
14- - " requirements/**.txt"
15- - " !requirements/docs.txt"
16- - " !requirements/test.txt"
13+ - ' requirements.txt'
14+ - ' requirements/**.txt'
15+ - ' !requirements/docs.txt'
16+ - ' !requirements/test.txt'
1717
1818permissions :
1919 contents : write
@@ -77,10 +77,10 @@ jobs:
7777 uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676
7878 with :
7979 token : ${{ secrets.GITHUB_TOKEN }}
80- commit-message : " chore: Update SBOM after dependency changes"
80+ commit-message : ' chore: Update SBOM after dependency changes'
8181 branch : auto-update-sbom-${{ github.run_id }}
8282 delete-branch : true
83- title : " chore : Update SBOM"
83+ title : ' Automation : Update SBOM'
8484 body : |
8585 ## Automated SBOM Update
8686
You can’t perform that action at this time.
0 commit comments