Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/workflows/platform-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,27 +113,6 @@ jobs:
echo "Updated network config:"
grep -E "(dashmate_version|drive_image|dapi_image)" networks/${{ github.event.inputs.network }}.yml

# Commit and push updated config back to repository
- name: Commit and push updated network config
run: |
cd networks
git config user.name "GitHub Actions"
git config user.email "[email protected]"

# Check if there are changes to commit
if git diff --quiet; then
echo "No changes to commit"
else
git add ${{ github.event.inputs.network }}.yml
git commit -m "Update ${{ github.event.inputs.network }} platform version to ${{ github.event.inputs.platform_version }}

🤖 Generated with [GitHub Actions](https://github.com/dashpay/dash-network-deploy/actions)

Co-Authored-By: GitHub Actions <[email protected]>"Add commentMore actions
git push origin main
echo "Successfully pushed updated config to repository"
fi

# Run platform deployment
- name: Run Platform Deployment
env:
Expand Down
Loading