Skip to content

Address PR feedback

Address PR feedback #4

name: "E2E Tests (Trusted)"
on:
push:
branches: [ "main", "feature/**", "release-**", "workflow/**" ]
merge_group:
types: [ "checks_requested" ]
permissions:
id-token: write
contents: read
jobs:
e2e:
name: E2E Tests
uses: ./.github/workflows/e2e-tests.yaml

Check failure on line 16 in .github/workflows/e2e-test-trusted.yaml

View workflow run for this annotation

GitHub Actions / E2E Tests (Trusted)

Invalid workflow file

The workflow is not valid. In .github/workflows/e2e-test-trusted.yaml (Line: 16, Col: 11): Error from called workflow awslabs/mountpoint-s3-csi-driver/.github/workflows/e2e-tests.yaml@15c5bfc68cd7d76dcdae3ae8ec339b8b34445698 (Line: 112, Col: 12): Unrecognized named-value: 'env'. Located at position 1 within expression: env.TAG_UNTESTED
with:
environment: "trusted"
ref: ${{ github.event_name == 'push' && github.sha || github.event.pull_request.head.sha }}
secrets: inherit