From 35146e4c4ab18edeca497d4dcd3c0e84b7256460 Mon Sep 17 00:00:00 2001 From: Christine Wang Date: Thu, 6 Feb 2025 09:48:52 -0800 Subject: [PATCH] chore: use python exec --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c235c2037..91b9587fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,6 +102,7 @@ jobs: fail_on_unmatched_files: true generate_release_notes: true + # TODO: use python exec instead - uses: slackapi/slack-github-action@v2.0.0 if: always() with: @@ -115,5 +116,4 @@ jobs: Actor: `${{ github.triggering_actor }}` Author: `${{ github.event.head_commit.author.username }}` ${{ format('Commit: <{0}/{1}/commit/{2}|{1}@{2}>', github.server_url, github.repository, github.sha) || ''}} - ${{ format('Description: `{0}`', github.event.head_commit.message) || ''}} View <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|GHA logs>