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 }}