Skip to content

Translations update from Hosted Weblate #6

Translations update from Hosted Weblate

Translations update from Hosted Weblate #6

Workflow file for this run

name: Post to BlueSky
on:
pull_request:
types:
- closed
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
# - run: |
# echo ${{ github.event.pull_request.title }} \n ${{ github.event.pull_request._links.html.href }}
- uses: zentered/[email protected]
with:
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 }}
BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}