From f06bf2eb311f99d693aaa4720fe1ccaa5dc168b3 Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Thu, 11 Jul 2024 14:06:28 +0200 Subject: [PATCH] ci: fix wording --- .github/workflows/update-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 93e126f5..ab5f27ba 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -70,8 +70,8 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} branch: bump-lotus-version title: "Bump Lotus versions (node=${{ steps.get_release.outputs.latest_lotus }}, miner=${{ steps.get_release.outputs.latest_miner }})" - body: "This PR bumps the Lotus version to ${{ steps.get_release.outputs.latest_release }}." - commit-message: "Bump Lotus version to ${{ steps.get_release.outputs.latest_release }}" + body: "This PR bumps the Lotus versions to node=${{ steps.get_release.outputs.latest_lotus }}, miner=${{ steps.get_release.outputs.latest_miner }}." + commit-message: "Bump Lotus versions to node=${{ steps.get_release.outputs.latest_lotus }}, miner=${{ steps.get_release.outputs.latest_miner }}." committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> add-paths: | data/version.json