mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-05 16:36:31 -06:00
Update postBlueSky.yml
This commit is contained in:
committed by
GitHub
parent
e64512fc82
commit
972287f5a5
4
.github/workflows/postBlueSky.yml
vendored
4
.github/workflows/postBlueSky.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user