File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -113,27 +113,6 @@ jobs:
113113 echo "Updated network config:"
114114 grep -E "(dashmate_version|drive_image|dapi_image)" networks/${{ github.event.inputs.network }}.yml
115115
116- # Commit and push updated config back to repository
117- - name : Commit and push updated network config
118- run : |
119- cd networks
120- git config user.name "GitHub Actions"
121- git config user.email "[email protected] " 122-
123- # Check if there are changes to commit
124- if git diff --quiet; then
125- echo "No changes to commit"
126- else
127- git add ${{ github.event.inputs.network }}.yml
128- git commit -m "Update ${{ github.event.inputs.network }} platform version to ${{ github.event.inputs.platform_version }}
129-
130- 🤖 Generated with [GitHub Actions](https://github.com/dashpay/dash-network-deploy/actions)
131-
132- Co-Authored-By: GitHub Actions <[email protected] >"Add commentMore actions 133- git push origin main
134- echo "Successfully pushed updated config to repository"
135- fi
136-
137116 # Run platform deployment
138117 - name : Run Platform Deployment
139118 env :
You can’t perform that action at this time.
0 commit comments