Skip to content

feat: New Landing Page and Sidebars, Documents Updates #25

feat: New Landing Page and Sidebars, Documents Updates

feat: New Landing Page and Sidebars, Documents Updates #25

name: "CI / Feature Closed"
on:
pull_request:
types:
- closed
workflow_dispatch:
inputs:
featureBranch:
description: Specify the feature branch when triggering manually
required: true
jobs:
use-application-js-cloudflare-feature-closed:
permissions:
contents: read
uses: MatrixAI/.github/.github/workflows/application-js-cloudflare-feature-closed.yml@master

Check failure on line 17 in .github/workflows/feature-closed.yml

View workflow run for this annotation

GitHub Actions / CI / Feature Closed

Invalid workflow file

The workflow is not valid. .github/workflows/feature-closed.yml (Line: 17, Col: 11): Input environment is required, but not provided while calling.
with:
appName: zeta-house-docs
appHostname: docs.zeta.house
featureBranch: ${{ github.head_ref || inputs.featureBranch }}
secrets:
NIXPKGS_PRIVATE_PAT: ${{ secrets.NIXPKGS_PRIVATE_PAT }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}