Skip to content

[SELC-4705] Fix: fixed update and create userInfo on userCDC #39

[SELC-4705] Fix: fixed update and create userInfo on userCDC

[SELC-4705] Fix: fixed update and create userInfo on userCDC #39

Workflow file for this run

name: Code Review user-cdc
on:
workflow_dispatch:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
paths:
- 'apps/user-cdc/**'
- '.github/workflows/pr_cdc.yml'
- '.github/workflows/call_code_review.yml'
jobs:
code_review:
uses: ./.github/workflows/call_code_review.yml
name: User cdc Code Review
secrets: inherit
with:
pr_number: ${{ github.event.pull_request.number }}
source_branch: ${{ github.head_ref }}
target_branch: ${{ github.base_ref }}
sonar_key: 'pagopa_selfcare-user'
actor: ${{ github.actor }}

Check failure on line 30 in .github/workflows/pr_cdc.yml

View workflow run for this annotation

GitHub Actions / Code Review user-cdc

Invalid workflow file

The workflow is not valid. .github/workflows/pr_cdc.yml (Line: 30, Col: 14): Invalid input, actor is not defined in the referenced workflow.
module: 'user-cdc'