From ff82f4a6812a09f4118cda3e5e8306089067c16b Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 25 Jul 2024 22:30:38 -0400 Subject: [PATCH] fix(social): update x posts (#369) --- .github/workflows/social-post.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/social-post.yml b/.github/workflows/social-post.yml index 3ba02d7..55572b3 100644 --- a/.github/workflows/social-post.yml +++ b/.github/workflows/social-post.yml @@ -118,8 +118,9 @@ jobs: steps: - name: x uses: nearform-actions/github-action-notify-twitter@v1 + # alternative: noweh/post-tweet-v2-action@v1.0 with: - message: ${{ inputs.body }} + message: "${{ inputs.title }}: ${{ inputs.body }}" twitter-app-key: ${{ secrets.X_APP_KEY }} twitter-app-secret: ${{ secrets.X_APP_SECRET }} twitter-access-token: ${{ secrets.X_ACCESS_TOKEN }}