Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

chore(deps): update minor and patch #27

chore(deps): update minor and patch

chore(deps): update minor and patch #27

Workflow file for this run

name: Build
on:
workflow_dispatch:
inputs:
release:
type: boolean
required: true
default: false
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
uses: qlik-oss/sn-gh-workflows/.github/workflows/build.yaml@v1

Check failure on line 20 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 20, Col: 11): Input package_manager is required, but not provided while calling.
secrets: inherit
with:
release: ${{ inputs.release || false}}