Skip to content

Update contrib.yml

Update contrib.yml #9

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
jobs:
contrib_0:
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@${{ env.CONTRIB_REPO_SHA }}

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

View workflow run for this annotation

GitHub Actions / .github/workflows/contrib.yml

Invalid workflow file

invalid value workflow reference: version cannot have whitespace: ${{ env.CONTRIB_REPO_SHA }}
with:
CORE_REPO_SHA: ${{ env.CORE_REPO_SHA }}