Skip to content

Commit 3dd35c1

Browse files
committed
fix: explicitly add Formula and metadata to PR
- Add add-paths parameter to create-pull-request action - Ensures Formula/eengine.rb and formula-metadata.json are included in PR - Fixes issue where PR only contained metadata
1 parent 2d4492d commit 3dd35c1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update-formula.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
uses: peter-evans/create-pull-request@v5
3636
with:
3737
token: ${{ secrets.GITHUB_TOKEN }}
38+
add-paths: |
39+
Formula/eengine.rb
40+
formula-metadata.json
3841
commit-message: "chore: update eengine to ${{ github.event.client_payload.version || inputs.version }}"
3942
title: "Update eengine formula"
4043
body: |

0 commit comments

Comments
 (0)