Skip to content

Bump Microsoft.Extensions.DependencyInjection to 9.0.8 #1062

Bump Microsoft.Extensions.DependencyInjection to 9.0.8

Bump Microsoft.Extensions.DependencyInjection to 9.0.8 #1062

Workflow file for this run

name: Format
on:
push:
workflow_run:
workflows:
- Create Prerelease
- Create Release
types: [requested]
workflow_dispatch:
pull_request:
types: [opened, edited, synchronize, reopened]
branches:
- main
- develop
permissions:
contents: read
jobs:
format:
uses: Stillpoint-Software/shared-workflows/.github/workflows/format.yml@main

Check failure on line 22 in .github/workflows/format.yml

View workflow run for this annotation

GitHub Actions / Format

Invalid workflow file

The workflow is not valid. .github/workflows/format.yml (Line: 22, Col: 11): Input branch is required, but not provided while calling.
with:
dotnet_version: "9.0.x"
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}