Skip to content

Bump Microsoft.Extensions.Hosting from 9.0.7 to 9.0.8 #449

Bump Microsoft.Extensions.Hosting from 9.0.7 to 9.0.8

Bump Microsoft.Extensions.Hosting from 9.0.7 to 9.0.8 #449

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
jobs:
format:
uses: Stillpoint-Software/shared-workflows/.github/workflows/format.yml@main

Check failure on line 19 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: 19, Col: 11): Input branch is required, but not provided while calling.
with:
dotnet_version: "9.0.x"
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}