Skip to content

chore(ci): update dailydevops/pipelines action to v2.2.3 #324

chore(ci): update dailydevops/pipelines action to v2.2.3

chore(ci): update dailydevops/pipelines action to v2.2.3 #324

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@2aaf67aa5efc23253c4283560db8b130bc76805a # 2.2.3

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

View workflow run for this annotation

GitHub Actions / .github/workflows/cicd.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cicd.yml" -> "dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@2aaf67aa5efc23253c4283560db8b130bc76805a" --> "./.github/workflows/step-dotnet-format.yml" : You have an error in your yaml syntax
with:
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
dotnetQuality: ${{ vars.NE_DOTNET_QUALITY }}
solution: ./CodeBuilder.slnx
secrets: inherit