Skip to content

Bump System.Text.Json from 6.0.5 to 6.0.10 in /IPX800cs #28

Bump System.Text.Json from 6.0.5 to 6.0.10 in /IPX800cs

Bump System.Text.Json from 6.0.5 to 6.0.10 in /IPX800cs #28

Workflow file for this run

name: "Pull Request"
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
init:
uses: elendil-software/github-actions/.github/workflows/init-workflow.yml@main
gitversion:
needs: init
uses: elendil-software/github-actions/.github/workflows/gitversion.yml@main
with:
config: './.github/GitVersion.yml'
build:
needs: gitversion
uses: elendil-software/github-actions/.github/workflows/dotnet-build.yml@main

Check failure on line 19 in .github/workflows/Pull-Request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Pull-Request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/Pull-Request.yml" -> "elendil-software/github-actions/.github/workflows/dotnet-build.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.