Skip to content

hotfix/TOPS-800: Renaming gsoft-inc organization to workleap in github. #460

hotfix/TOPS-800: Renaming gsoft-inc organization to workleap in github.

hotfix/TOPS-800: Renaming gsoft-inc organization to workleap in github. #460

Workflow file for this run

name: CI
on:
pull_request:
branches: ["main", "master"]
paths-ignore: ["*.md"]
push:
branches:
- "renovate/**"
# Prevent duplicate runs if Renovate falls back to creating a PR
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
source-url: ${{ secrets.NUGET_GSOFTDEV_FEED_URL }}
env:
NUGET_AUTH_TOKEN: ${{ secrets.GSOFT_NUGET_API_KEY }}
- uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
- run: ./Build.ps1
shell: pwsh
env:
NUGET_SOURCE: ${{ secrets.NUGET_GSOFTDEV_FEED_URL }}
NUGET_API_KEY: ${{ secrets.GSOFT_NUGET_API_KEY }}
linearb:
needs: [ci]
uses: workleap/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main

Check failure on line 45 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "workleap/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
environment: development
secrets: inherit