Skip to content

Add secret heritage. #4

Add secret heritage.

Add secret heritage. #4

Workflow file for this run

name: Code cov
on:
# run tests on push events
push:
# run tests on PR events
pull_request:
types: [opened, synchronize]
# run tests manually on a given branch (default is master)
workflow_dispatch:
# Inputs the workflow accepts.
inputs:
branch:
# branch to test
description: 'branch to test'
# Default value if no value is explicitly provided
default: 'master'
required: false
# job
jobs:
mmg-debug:
uses: ./.github/workflows/code-cov.yml
secrets: inherit

Check failure on line 25 in .github/workflows/code-coverage.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-coverage.yml

Invalid workflow file

You have an error in your yaml syntax on line 25