Skip to content

Commit

Permalink
ci: fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jul 11, 2024
1 parent 35ab453 commit f06bf2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f06bf2e

Please sign in to comment.