Skip to content

chore(ci): update dailydevops/pipelines action to v1.3.7 #225

chore(ci): update dailydevops/pipelines action to v1.3.7

chore(ci): update dailydevops/pipelines action to v1.3.7 #225

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
dotnet-logging:
required: true
type: choice
default: minimal
options:
- quiet
- minimal
- normal
- detailed
- diagnostic
permissions:
actions: read
contents: read
pull-requests: write
security-events: write
jobs:
all:
if: github.run_id != 1
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@f83eb5286449074f8785d0cbf08b71b05f4dd95f # 1.3.7
with:
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
dotnetQuality: ${{ vars.NE_DOTNET_QUALITY }}

Check failure on line 33 in .github/workflows/cicd.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/cicd.yml (Line: 33, Col: 22): Invalid input, dotnetQuality is not defined in the referenced workflow.
solution: ./CodeBuilder.slnx
secrets: inherit