From a5fa7cd477c3fd789c40b4204f160c1d5e04d69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:23:27 +0000 Subject: [PATCH 1/2] Bump cbrgm/mastodon-github-action from 1.0.3 to 2.0.0 Bumps [cbrgm/mastodon-github-action](https://github.com/cbrgm/mastodon-github-action) from 1.0.3 to 2.0.0. - [Release notes](https://github.com/cbrgm/mastodon-github-action/releases) - [Commits](https://github.com/cbrgm/mastodon-github-action/compare/d98ab3376f941df14d37d5737961de431c0838c6...e25732584d5703e8dc30942722155eabf6dff095) --- updated-dependencies: - dependency-name: cbrgm/mastodon-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-mastodon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-mastodon.yml b/.github/workflows/publish-mastodon.yml index ee1a8c1d4..2a6dcb074 100644 --- a/.github/workflows/publish-mastodon.yml +++ b/.github/workflows/publish-mastodon.yml @@ -75,7 +75,7 @@ jobs: - name: Send toot to Mastodon if: ${{ github.event.inputs.dry-run != 'true' }} || ${{ github.event_name == 'release' }} - uses: cbrgm/mastodon-github-action@d98ab3376f941df14d37d5737961de431c0838c6 # v1.0.3 + uses: cbrgm/mastodon-github-action@e25732584d5703e8dc30942722155eabf6dff095 # v2.0.0 with: message: "${{ steps.render_template.outputs.result }}${{ env.contributors }}" visibility: "public" From 638078a1db8aa448ce47a2efd97377a83b631d72 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:55:54 -0500 Subject: [PATCH 2/2] Update publish-mastodon.yml --- .github/workflows/publish-mastodon.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-mastodon.yml b/.github/workflows/publish-mastodon.yml index 2a6dcb074..5ede00bca 100644 --- a/.github/workflows/publish-mastodon.yml +++ b/.github/workflows/publish-mastodon.yml @@ -77,6 +77,7 @@ jobs: if: ${{ github.event.inputs.dry-run != 'true' }} || ${{ github.event_name == 'release' }} uses: cbrgm/mastodon-github-action@e25732584d5703e8dc30942722155eabf6dff095 # v2.0.0 with: + language: "en" message: "${{ steps.render_template.outputs.result }}${{ env.contributors }}" visibility: "public" env: