Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Testing reusable flow 45 #1

Testing reusable flow 45

Testing reusable flow 45 #1

Workflow file for this run

name: CI
on:
push:
jobs:
e2e-local-lab:
uses: ./.github/workflows/run-e2e-local.yml
with:
environment: lab
gitref: ${{ env.GITHUB_REF }}

Check failure on line 11 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 11, Col: 15): Unrecognized named-value: 'env'. Located at position 1 within expression: env.GITHUB_REF .github/workflows/ci.yml (Line: 19, Col: 15): Unrecognized named-value: 'env'. Located at position 1 within expression: env.GITHUB_REF
secrets:
sops_age_key: ${{ secrets.SOPS_AGE_PRIVATE_KEY }}
e2e-remote-lab:
uses: ./.github/workflows/run-e2e-remote.yml
with:
environment: lab
gitref: ${{ env.GITHUB_REF }}
secrets:
sops_age_key: ${{ secrets.SOPS_AGE_PRIVATE_KEY }}