Skip to content

Github actions and configuration #9

Github actions and configuration

Github actions and configuration #9

name: Main & Develop PR Handlers
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
- develop

Check failure on line 8 in .github/workflows/on-pr-workflows.yml

View workflow run for this annotation

GitHub Actions / Main & Develop PR Handlers

Invalid workflow file

The workflow is not valid. In zerodaycode/app-summoners-sync/.github/workflows/unified-code-quality.yml@feature/new-github-actions (Line: 8, Col: 11): Error from called workflow zerodaycode/app-summoners-sync/.github/workflows/detect-language.yml@feature/new-github-actions (Line: 8, Col: 16): Unrecognized named-value: 'steps'. Located at position 1 within expression: steps.language.outputs.language

Check failure on line 8 in .github/workflows/on-pr-workflows.yml

View workflow run for this annotation

GitHub Actions / Main & Develop PR Handlers

Invalid workflow file

The workflow is not valid. In zerodaycode/app-summoners-sync/.github/workflows/unified-code-quality.yml@feature/new-github-actions (Line: 8, Col: 11): Error from called workflow zerodaycode/app-summoners-sync/.github/workflows/detect-language.yml@feature/new-github-actions (Line: 8, Col: 16): Unrecognized named-value: 'steps'. Located at position 1 within expression: steps.language.outputs.language
jobs:
call-java-code-quality-workflow:
uses: zerodaycode/app-summoners-sync/.github/workflows/unified-code-quality.yml@feature/new-github-actions
call-changelog-workflow:
uses: zerodaycode/app-summoners-sync/.github/workflows/pr-changelog-preview.yml@feature/new-github-actions