Skip to content

Commit 7a59ae9

Browse files
authored
Update platform-deploy.yml
dont commit
1 parent 1a022ce commit 7a59ae9

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/platform-deploy.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)