Update postBlueSky.yml

This commit is contained in:
Yogesh Choudhary Paliyal
2025-02-02 16:10:23 +05:30
committed by GitHub
parent e64512fc82
commit 972287f5a5

View File

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