Skip to content

Merge pull request #141 from sh1vam31/feat/focus-title-bar-after-temp… #24

Merge pull request #141 from sh1vam31/feat/focus-title-bar-after-temp…

Merge pull request #141 from sh1vam31/feat/focus-title-bar-after-temp… #24

Workflow file for this run

name: Coverage
on:
workflow_dispatch:
push:
branches:
- master
paths:
- src/**
- tests/**
- .github/workflows/coverage.yml
jobs:
publish:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
- name: Install dependencies
run: npm install --legacy-peer-deps
- name: Generage coverage report
run: npm run coverage
- name: Push to store repository
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.STORE_DEPLOY_KEY }}
with:
source-directory: 'coverage'
target-directory: 'coverage'
destination-github-username: 'nishantwrp'
destination-repository-name: 'joplin-plugin-templates-store'
create-target-branch-if-needed: true
commit-message: 'chore: update coverage report (ORIGIN_COMMIT)'
user-name: 'Albus'
user-email: 'bot@nishantwrp.com'
target-branch: main