File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,9 @@ jobs:
108108 uses : stefanzweifel/git-auto-commit-action@v5
109109 with :
110110 commit_message : ${{ env.COMMIT_MESSAGE }}
111- file_pattern : ' packages/sharing-smart-contract/ignition/deployments/* packages/sharing-smart-contract/.openzeppelin/*'
111+ file_pattern : |
112+ packages/sharing-smart-contract/ignition/deployments/*
113+ packages/sharing-smart-contract/.openzeppelin/*
112114 commit_user_name : ${{ env.GHA_BOT_NAME }}
113115 commit_user_email : ${{ env.GHA_BOT_EMAIL }}
114116 commit_author : ' ${{ env.GHA_BOT_NAME }} <${{ env.GHA_BOT_EMAIL }}>'
@@ -119,7 +121,9 @@ jobs:
119121 uses : peter-evans/create-pull-request@v7
120122 with :
121123 commit-message : ${{ env.COMMIT_MESSAGE }}
122- add-paths : ' packages/sharing-smart-contract/ignition/deployments/* packages/sharing-smart-contract/.openzeppelin/*'
124+ add-paths : |
125+ packages/sharing-smart-contract/ignition/deployments/
126+ packages/sharing-smart-contract/.openzeppelin/
123127 committer : ' ${{ env.GHA_BOT_NAME }} <${{ env.GHA_BOT_EMAIL }}>'
124128 author : ' ${{ env.GHA_BOT_NAME }} <${{ env.GHA_BOT_EMAIL }}>'
125129 branch : chore/save-deployment-artifacts
You can’t perform that action at this time.
0 commit comments