Skip to content

Commit

Permalink
ci: update github actions (#475)
Browse files Browse the repository at this point in the history
Make each action type use a unique branch prefix so they don't overwrite each other
  • Loading branch information
thephez authored Jan 16, 2025
1 parent e3ac017 commit e9b9dc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core-download-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
branch: update-docs/${{ github.sha }}
branch: update-docs/core-update-${{ github.sha }}
title: "chore: update core download links to latest version"
body: |
This PR updates download links in the documentation to use the latest Dash Core version.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dashmate-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
branch: update-docs/${{ github.sha }}
branch: update-docs/dashmate-update-${{ github.sha }}
title: "chore: update dashmate links to latest version"
body: |
This PR updates the documentation to use the latest version of dashmate. It updates the download links and the apt install instructions.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/evo-tool-download-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
branch: update-docs/${{ github.sha }}
branch: update-docs/evo-tool-update-${{ github.sha }}
title: "chore: update evo tool download links to latest version"
body: |
This PR updates download links in the documentation to use the latest Dash Evo Tool version.
Expand Down

0 comments on commit e9b9dc2

Please sign in to comment.