Skip to content

update core-contrib-test #18

update core-contrib-test

update core-contrib-test #18

Workflow file for this run

name: Core Contrib Test
on:
push:
branches-ignore:
- 'release/*'
pull_request:
env:
CORE_REPO_SHA: ${{ github.sha }}
CONTRIB_REPO_SHA: main
PIP_EXISTS_ACTION: w
jobs:
contrib_0:
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
with:
CORE_REPO_SHA: ${{ env.CORE_REPO_SHA }}

Check failure on line 18 in .github/workflows/contrib.yml

View workflow run for this annotation

GitHub Actions / Core Contrib Test

Invalid workflow file

The workflow is not valid. .github/workflows/contrib.yml (Line: 18, Col: 22): Unrecognized named-value: 'env'. Located at position 1 within expression: env.CORE_REPO_SHA .github/workflows/contrib.yml (Line: 19, Col: 25): Unrecognized named-value: 'env'. Located at position 1 within expression: env.CONTRIB_REPO_SHA
CONTRIB_REPO_SHA: ${{ env.CONTRIB_REPO_SHA }}