Skip to content

Merge branch 'master' of github.com:joplin/plugin-templates #4

Merge branch 'master' of github.com:joplin/plugin-templates

Merge branch 'master' of github.com:joplin/plugin-templates #4

Workflow file for this run

name: Coverage
on:
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@v2
- uses: actions/setup-node@v1
- name: Install dependencies
run: npm install
- 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 }}

Check failure on line 26 in .github/workflows/coverage.yml

View workflow run for this annotation

GitHub Actions / Coverage

Invalid workflow file

The workflow is not valid. .github/workflows/coverage.yml (Line: 26, Col: 27): A mapping was not expected
with:
source-directory: 'coverage'
target-directory: 'coverage'
destination-github-username: 'nishantwrp'
destination-repository-name: 'joplin-plugin-templates-store'
create-target-branch-if-needed: true
user-name: 'Albus'
user-email: '[email protected]'
target-branch: main