diff --git a/.github/workflows/fetchCMC.yaml b/.github/workflows/fetchCMC.yaml index ec626956..599ddcb4 100644 --- a/.github/workflows/fetchCMC.yaml +++ b/.github/workflows/fetchCMC.yaml @@ -31,7 +31,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: - author: PancakeSwap Bot + author: PancakeSwap Bot delete-branch: true commit-message: "CMC token list" title: "chore: Update CMC token list" diff --git a/.github/workflows/fetchCoingecko.yaml b/.github/workflows/fetchCoingecko.yaml index 7712254c..df2e0554 100644 --- a/.github/workflows/fetchCoingecko.yaml +++ b/.github/workflows/fetchCoingecko.yaml @@ -31,7 +31,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: - author: PancakeSwap Bot + author: PancakeSwap Bot delete-branch: true commit-message: "Coingecko token list" title: "chore: Update Coingecko token list"