From e9b9dc236497dac6be1113ef634f15f94a4c49f7 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 16 Jan 2025 09:35:09 -0500 Subject: [PATCH] ci: update github actions (#475) Make each action type use a unique branch prefix so they don't overwrite each other --- .github/workflows/core-download-update.yml | 2 +- .github/workflows/dashmate-update.yml | 2 +- .github/workflows/evo-tool-download-update.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/core-download-update.yml b/.github/workflows/core-download-update.yml index aed47bd46..352fa70b7 100644 --- a/.github/workflows/core-download-update.yml +++ b/.github/workflows/core-download-update.yml @@ -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. diff --git a/.github/workflows/dashmate-update.yml b/.github/workflows/dashmate-update.yml index 5dccf516f..369b5867b 100644 --- a/.github/workflows/dashmate-update.yml +++ b/.github/workflows/dashmate-update.yml @@ -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. diff --git a/.github/workflows/evo-tool-download-update.yml b/.github/workflows/evo-tool-download-update.yml index 570b7573f..7638b0151 100644 --- a/.github/workflows/evo-tool-download-update.yml +++ b/.github/workflows/evo-tool-download-update.yml @@ -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.