From 1a94e46acf300b325cfcdc59754feae1a2161f54 Mon Sep 17 00:00:00 2001 From: ChefJoJo <94336009+chef-jojo@users.noreply.github.com> Date: Wed, 13 Sep 2023 10:36:01 +0800 Subject: [PATCH] chore: switch bot --- .github/workflows/fetchCMC.yaml | 2 +- .github/workflows/fetchCoingecko.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"