From 972287f5a5fe1701f389803057c821f8b5da5d6d Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Sun, 2 Feb 2025 16:10:23 +0530 Subject: [PATCH] Update postBlueSky.yml --- .github/workflows/postBlueSky.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/postBlueSky.yml b/.github/workflows/postBlueSky.yml index 8a67768b..e7581603 100644 --- a/.github/workflows/postBlueSky.yml +++ b/.github/workflows/postBlueSky.yml @@ -7,7 +7,7 @@ on: jobs: if_merged: - if: github.event.pull_request.merged == true && github.event.pull_request.user.login != 'renovate' + if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: # - run: | @@ -15,7 +15,7 @@ jobs: - uses: zentered/bluesky-post-action@v0.1.0 with: - post: ${{ github.event.pull_request.title }} + post: ${{ github.event.pull_request.title }} by ${{ github.event.pull_request.user.login }} ${{ github.event.pull_request._links.html.href }} env: BSKY_IDENTIFIER: ${{ secrets.BSKY_IDENTIFIER }}