Skip to content

Auto lock app when put on background #1

Auto lock app when put on background

Auto lock app when put on background #1

Workflow file for this run

name: Post to BlueSky
on:
pull_request:
types:
- closed
jobs:
if_merged:
if: github.event.pull_request.merged == true && github.event.pull_request.user.login != renovate

Check failure on line 10 in .github/workflows/postBlueSky.yml

View workflow run for this annotation

GitHub Actions / Post to BlueSky

Invalid workflow file

The workflow is not valid. .github/workflows/postBlueSky.yml (Line: 10, Col: 9): Unrecognized named-value: 'renovate'. Located at position 85 within expression: github.event.pull_request.merged == true && github.event.pull_request.user.login != renovate

Check failure on line 10 in .github/workflows/postBlueSky.yml

View workflow run for this annotation

GitHub Actions / Post to BlueSky

Invalid workflow file

The workflow is not valid. .github/workflows/postBlueSky.yml (Line: 10, Col: 9): Unrecognized named-value: 'renovate'. Located at position 85 within expression: github.event.pull_request.merged == true && github.event.pull_request.user.login != renovate

Check failure on line 10 in .github/workflows/postBlueSky.yml

View workflow run for this annotation

GitHub Actions / Post to BlueSky

Invalid workflow file

The workflow is not valid. .github/workflows/postBlueSky.yml (Line: 10, Col: 9): Unrecognized named-value: 'renovate'. Located at position 85 within expression: github.event.pull_request.merged == true && github.event.pull_request.user.login != renovate
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 }}
${{ github.event.pull_request._links.html.href }}
env:
BSKY_IDENTIFIER: ${{ secrets.BSKY_IDENTIFIER }}
BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}