Skip to content

Fix sonar.yml path to reusable workflow #4

Fix sonar.yml path to reusable workflow

Fix sonar.yml path to reusable workflow #4

Workflow file for this run

name: Sonar Scan
on:
push:
branches:
- main
pull_request: {}
workflow_dispatch: {}
jobs:
sonar:
uses: ArmorCode-Public-Test/.github/workflows/sonar-template.yml@main

Check failure on line 12 in .github/workflows/sonar.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sonar.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
with:
projectKey: ${{ github.repository }}